jojochuang opened a new pull request #1880: HADOOP-16661. Support TLS 1.3
URL: https://github.com/apache/hadoop/pull/1880
 
 
   TLS 1.3 is supported in Hadoop 3.3.0 with the update of Jetty 9.4 and Java 
11 Runtime.
   
   This patch doesn't add any new capability. It simply adds a new test case to 
verify TLSv1.3 is enabled on Java 11.
   
   Verified manually by:
   ```
   JAVA_HOME=`/usr/libexec/java_home -v 11` mvn test 
-Dtest=TestSSLHttpServer#testIncludedProtocols
   JAVA_HOME=`/usr/libexec/java_home -v 1.8` mvn test 
-Dtest=TestSSLHttpServer#testIncludedProtocols
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to