GumpacG commented on code in PR #3466:
URL: https://github.com/apache/tinkerpop/pull/3466#discussion_r3463342934


##########
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/Channelizer.java:
##########
@@ -139,6 +142,17 @@ public void init(final Connection connection) {
         @Override
         protected void initChannel(final SocketChannel socketChannel) {
             final ChannelPipeline pipeline = socketChannel.pipeline();
+
+            // The proxy handler must run before the SSL handler so the 
CONNECT tunnel is established prior to the
+            // TLS handshake.
+            final ProxyOptions proxy = cluster.getProxy();

Review Comment:
   Created https://issues.apache.org/jira/browse/TINKERPOP-3259



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to