-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Test exclusive TLS 1.3 #1551
Comments
Related to #1621. A test was added in that PR but it was later removed. Do we need a test? If yes, should we run lots of test with this config or just one test case? |
Honestly considering the future is TLS 1.3 and the future is here(tm) I think the right approach would be to update the tests to use exclusively TLS 1.3 instead of 1.2. But I'm not sure the TLS 1.3 support was perfect in OTP-24+ which is what the next Cowboy release will target, so this ticket might be deferred. The release after that will include experimental HTTP/3 which itself uses TLS 1.3 so it might be a better time to do the switch. |
OK let's wait for when we are 25 or 26+ and just convert the TLS tests to use exclusive 1.3. |
We should run tests with TLS 1.3 enabled exclusively. Exclusive TLS 1.3 rejects some options and operates differently than when used in combination with other TLS 1.x versions.
The text was updated successfully, but these errors were encountered: