-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Bolt via TLS #281
Comments
Code snippet to configure Neo4j:
|
@cheerfulstoic Where would that configuration live? As far as I can see, currently, neo4j.rb cannot be configured to use Bolt to connect to a GrapheneDB neo4j instance because they require TLS. Is this going to be possible do you know? |
That configuration from my last comment goes in the Neo4j configuration, not in Ruby. I would love to have TLS support for Bolt in |
@cheerfulstoic any word on this 🆙 ? what other resource do I have, beside the one above, to give it a try to a PR? |
This might help:
http://stackoverflow.com/questions/12836847/how-to-establish-a-ssl-enabled-tcp-ip-connection-in-ruby
The text was updated successfully, but these errors were encountered: