NicoK commented on a change in pull request #6355: [FLINK-9878][network][ssl]
add more low-level ssl options
URL: https://github.com/apache/flink/pull/6355#discussion_r209690587
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/netty/NettyClient.java
##########
@@ -175,7 +183,6 @@ ChannelFuture connect(final InetSocketAddress
serverSocketAddress) {
bootstrap.handler(new ChannelInitializer<SocketChannel>() {
@Override
public void initChannel(SocketChannel channel) throws
Exception {
-
// SSL handler should be added first in the
pipeline
if (clientSSLContext != null) {
Review comment:
if SSL is disabled, for example
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services