Zita Dombi created HADOOP-19876:
-----------------------------------

             Summary: SSL protocol config is not applied to Jetty when set to 
default value
                 Key: HADOOP-19876
                 URL: https://issues.apache.org/jira/browse/HADOOP-19876
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Zita Dombi
            Assignee: Zita Dombi


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"). 
[https://github.com/apache/hadoop/blob/b322c3ce2c10b45cec2f9acbe6f00fb75c054caa/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/http/HttpServer2.java#L709]
 

This means that Jetty is not respecting the configuration, the condition check 
should be removed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to