Actions
Refactor #29184
closedMake cdn_ssl_version a Setting
Difficulty:
easy
Triaged:
Yes
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.
Updated by Chris Roberts almost 5 years ago
- Copied from Refactor #28906: Make cdn_ssl_version a Setting added
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/477 added
Updated by Chris Roberts almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|f928a41c5f8ab6ca78fbe49661f999f69af4cfe8.
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/theforeman/foreman-installer/pull/494 added
Actions