jon-wei opened a new pull request #6432: Allow custom TLS cert checks
URL: https://github.com/apache/incubator-druid/pull/6432
 
 
   This PR adds an extension point, `TLSCertificateChecker`, for custom TLS 
certificate checking (both client and server side).
   
   The hook provided allows an extension to replace the default 
X509ExtendedTrustManager's `checkClientTrusted` and `checkServerTrusted` 
methods (the default trust manager is provided as a parameter, so the standard 
checks can still be used).
   
   This PR also adds an option to the simple-client-sslcontext extension to 
disable the standard hostname validation check.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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