Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixed the bug where original host name is lost in ssl handshake. #566

Merged
merged 2 commits into from
Mar 6, 2019

Conversation

zhenlineo
Copy link
Contributor

The driver resolves host address to IP addresses. In the scenarios with SNI, the original host name is required to be part of ssl handshake to indicate the server to connect to.
Fixed the bug where driver uses IP address rather than the original host name in ssl handshake.

The driver resolves host address to IP addresses. In the scenarios with SNI, the original host name is required to be part of ssl handshake to indicate the server to connect to.
Fixed the bug where driver uses IP address rather than the original host name in ssl handshake.
…ead-replica in 4.0

Removed the changes to driver API
@zhenlineo zhenlineo force-pushed the 1.7-hostname-for-sni branch from 4823dad to e9e5a93 Compare February 28, 2019 12:58
@zhenlineo zhenlineo merged commit bc68f0f into neo4j:1.7 Mar 6, 2019
@zhenlineo zhenlineo deleted the 1.7-hostname-for-sni branch March 6, 2019 10:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant