Enable creation of SSLHandler with remote address information

Description

External PR:
https://github.com/datastax/java-driver/pull/782

Enable creation of SSLHandler with remote address information. This is needed to instantiate SSLEngine/SSLHandler with remote address information set, which enables doing hostname verification (for example through a custom TrustManager).

We cannot take this information from SocketChannel since it is not connected yet at the time Connection.Initializer creates the SSLHandler.

Environment

None

Pull Requests

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Pull Request

Priority

Created January 12, 2017 at 12:29 PM
Updated March 30, 2017 at 12:07 PM
Resolved February 16, 2017 at 6:44 PM