rymarm opened a new pull request #2505:
URL: https://github.com/apache/drill/pull/2505


   # [DRILL-8177](https://issues.apache.org/jira/browse/DRILL-8177): Bump 
default TLS version to 1.3
   
   ## Description
   
   Change default TLS version to 1.3 for Web Server and client-drillbit 
connection as it is more efficient ans secure protocol.
   
   ## Documentation
   Default TLS version for RPC layer and Web Server is changed from 1.2 to 1.3
   
   ## Testing
   Manual verification with commands:
   ```
   openssl s_client -tls1_3 localnode.com:8047
   openssl s_client -tls1_3 localnode.com:31010
   openssl s_client -tls1_2 localnode.com:8047
   openssl s_client -tls1_2 localnode.com:31010
   ```
   


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to