Refactor #29184
Make cdn_ssl_version a Setting
Pull request:
Fixed in Releases:
Found in Releases:
Description
Currently the SSL version used to talk to the CDN can be set via cdn_ssl_version. This exists for proxies that don't support modern standards like TLS 1.2. In an ideal world these proxies wouldn't exist.
It's used here:
The installer has a parameter for this:
Since this is not critical to be set at installation time and can actually be a runtime setting, a database Setting would be a better place.
Related issues
Associated revisions
Refs #29184: Check that cdn-ssl answer exists
History
#1
Updated by Chris Roberts 11 months ago
- Copied from Refactor #28906: Make cdn_ssl_version a Setting added
#2
Updated by The Foreman Bot 11 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/477 added
#3
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 2.1.0 added
#4
Updated by Chris Roberts 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|f928a41c5f8ab6ca78fbe49661f999f69af4cfe8.
#5
Updated by The Foreman Bot 10 months ago
- Pull request https://github.com/theforeman/foreman-installer/pull/494 added
Fixes #29184 - Add cdn-ssl param migration hook