Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.1-incubating
-
None
Description
Start Gremlin Server with SSL turned on, then try to connect with:
cluster = org.apache.tinkerpop.gremlin.driver.Cluster.build().create() client = cluster.connect() client.init()
The init() (or submit() for that matter) just hangs - would be nice to get a "You'd best enable SSL, fool!" kind of message .