You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/10/25 12:35:33 UTC

[GitHub] [ignite] SomeFire commented on a change in pull request #6796: IGNITE-12049 Allow custom authenticators to use SSL certificates

SomeFire commented on a change in pull request #6796: IGNITE-12049 Allow custom authenticators to use SSL certificates
URL: https://github.com/apache/ignite/pull/6796#discussion_r339029049
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/internal/processors/rest/protocols/tcp/GridTcpRestNioListener.java
 ##########
 @@ -145,6 +149,9 @@
     /** Handler for all Redis requests. */
     private GridRedisNioListener redisLsnr;
 
+    /** Client SSL enabled. */
+    private final boolean sslEnabled;
 
 Review comment:
   I renamed field to `sslClientAuth`, because `is...` is a getter name, not field.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services