Jens-G commented on PR #3390:
URL: https://github.com/apache/thrift/pull/3390#issuecomment-4231878689
Yes — SSLParameters.setEndpointIdentificationAlgorithm("HTTPS") is available
since Java 1.7. The only behavioral change is that connections where the server
certificate doesn't match the target hostname will now be rejected. IOW,
correct deployments are unaffected.
https://docs.oracle.com/javase/7/docs/api/javax/net/ssl/SSLParameters.html#setEndpointIdentificationAlgorithm(java.lang.String)
--
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]