Actions
Refactor #28476
closedMake 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.
Updated by James Jeffers about 5 years ago
- Target version set to Katello 3.15.0
- Difficulty set to easy
- Triaged changed from No to Yes
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8552 added
Updated by Chris Roberts almost 5 years ago
- Copied to Refactor #28906: 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 katello|f300710fe912afa8cabc0643e8e231f277596dac.
Updated by James Jeffers over 4 years ago
- Target version changed from Katello 3.15.0 to Katello 3.16.0
Actions