dombizita opened a new pull request, #10165:
URL: https://github.com/apache/ozone/pull/10165
## What changes were proposed in this pull request?
In `HttpServer2.setEnabledProtocols()`, the logic that applies SSL protocol
restrictions to the Jetty SslContextFactory is gated behind a check that
compares the resolved configuration value against
`SSLFactory.SSL_ENABLED_PROTOCOLS_DEFAULT` ("TLSv1.2").
This means that Jetty is not respecting the configuration, the condition
check should be removed.
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-15152
## How was this patch tested?
Tested the changes manually with `openssl s_client -connect` commands.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]