2. Upgrade warnings
- Smart Proxy TLS configuration parameters have been renamed
-
The
ssl_disabled_ciphersandtls_disabled_versionsSmart Proxy parameters have been replaced bytls_ciphersandtls_min_version.-
ssl_disabled_ciphers(an array of cipher suites to disable) is replaced bytls_ciphers(an OpenSSL cipher string). When unset, the Smart Proxy auto-detects:PROFILE=SYSTEMif crypto-policies are present, otherwiseHIGH. -
tls_disabled_versions(an array of TLS versions to disable) is replaced bytls_min_version(a single minimum version:1.0,1.1,1.2, or1.3). When unset, the minimum version is determined by the system OpenSSL configuration.
If you customized these settings through
foreman-installer, the old parameters are automatically removed during upgrade. No automatic migration of values is performed. If you previously set custom TLS cipher or version restrictions, reconfigure them using the new parameters after upgrading. -