You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For systems that support TLv1.3, specifying the cipher suite supports protocols < 1.3 ("SSL") and 1.3 ("TLSv1.3"). However, the module only allows specifying the parameter once. It seems that this new syntax is required and the parameter needs to be listed twice for each protocol and associated ciphers.
Describe the Solution You Would Like
Allow specifying the "SSL" and/or "TLSv1.3" protocol in the cipher suite.
Describe Alternatives You've Considered
Considered using custom_config for this, but it's unconventional.
Use Case
For systems that support TLv1.3, specifying the cipher suite supports protocols < 1.3 ("SSL") and 1.3 ("TLSv1.3"). However, the module only allows specifying the parameter once. It seems that this new syntax is required and the parameter needs to be listed twice for each protocol and associated ciphers.
Describe the Solution You Would Like
Allow specifying the "SSL" and/or "TLSv1.3" protocol in the cipher suite.
Describe Alternatives You've Considered
Considered using custom_config for this, but it's unconventional.
Additional Context
Please see https://httpd.apache.org/docs/current/mod/mod_ssl.html#sslciphersuite.
The text was updated successfully, but these errors were encountered: