GitHub user abel-von opened a pull request:
https://github.com/apache/zookeeper/pull/423
ZOOKEEPER-2949: using hostname and port to create SSLEngine
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/abel-von/zookeeper ZOOKEEPER-2949
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/423.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #423
----
commit 0014a4cba1a6657de0197f6243e35f34ab141ac1
Author: f00231050 <[email protected]>
Date: 2017-11-27T08:34:21Z
ZOOKEEPER-2949: SSL ServerName not set when using hostname, some proxies
may failed to proxy the request.
use the factory method which accepts host and port to create the SSLEngine
----
---