Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SSLCipherSuite protocols - SSL and TLSv1.3 #2422

Closed
loopiv opened this issue Jun 9, 2023 · 0 comments
Closed

Allow SSLCipherSuite protocols - SSL and TLSv1.3 #2422

loopiv opened this issue Jun 9, 2023 · 0 comments

Comments

@loopiv
Copy link

loopiv commented Jun 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants