You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2015/10/08 20:25:27 UTC

[jira] [Created] (TINKERPOP3-877) Driver hangs if SSL enabled on server but not on client

stephen mallette created TINKERPOP3-877:
-------------------------------------------

             Summary: Driver hangs if SSL enabled on server but not on client
                 Key: TINKERPOP3-877
                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-877
             Project: TinkerPop 3
          Issue Type: Bug
          Components: driver
    Affects Versions: 3.0.1-incubating
            Reporter: stephen mallette
            Assignee: stephen mallette
            Priority: Minor
             Fix For: 3.0.2-incubating


Start Gremlin Server with SSL turned on, then try to connect with:

{code}
cluster = org.apache.tinkerpop.gremlin.driver.Cluster.build().create()
client = cluster.connect()
client.init()
{code}

The {{init()}} (or {{submit()}} for that matter) just hangs - would be nice to get a "You'd best enable SSL, fool!"  kind of message .  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)