Github user spmallette commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/943#discussion_r221908735
  
    --- Diff: 
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Cluster.java 
---
    @@ -575,6 +585,8 @@ SslContext createSSLContext() throws Exception {
             private String trustStore = null;
             private String trustStorePassword = null;
             private String keyStoreType = null;
    +        private String validationRequest = "''";
    +        private boolean useBytecodeForValidation = false;
    --- End diff --
    
    Thought i got them all - fixed.


---

Reply via email to