-
-
Notifications
You must be signed in to change notification settings - Fork 470
Configure TLS protocol versions in SSLConfig #3806
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
base: main
Are you sure you want to change the base?
Configure TLS protocol versions in SSLConfig #3806
Conversation
✅ Deploy Preview for zio-http ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
You can't just ignore binary incompatibility. You have to solve it. You can rebase and use |
a7fd237 to
f07b908
Compare
3938ee8 to
0a8d498
Compare
|
@987Nabil please review |
|
Why the manual unroll? |
|
Configure TLS protocol versions in SSLConfig
This pull request adds the ability to configure TLS protocol versions in SSLConfig for HTTP servers.
Features
Changes
Based on the original work in #3714, which was closed due to binary compatibility issues and scalafmt errors.
Closes #3714