Actions
Refactor #28906
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 over 4 years ago
- Copied from Refactor #28476: Make cdn_ssl_version a Setting added
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/puppet-katello/pull/320 added
Updated by Chris Roberts over 4 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/8552)
Updated by Chris Roberts over 4 years ago
- Copied to Refactor #29184: Make cdn_ssl_version a Setting added
Updated by Chris Roberts over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-katello|dc90390af9e8e923c2033f5571f329a7fbdc8e45.
Actions