maulin-vasavada commented on code in PR #3638:
URL: https://github.com/apache/cassandra/pull/3638#discussion_r1847574037


##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -1306,7 +1309,14 @@ public static void applySslContext()
         {
             SSLFactory.validateSslContext("Internode messaging", 
conf.server_encryption_options, REQUIRED, true);
             SSLFactory.validateSslContext("Native transport", 
conf.client_encryption_options, conf.client_encryption_options.getClientAuth(), 
true);
+            // For JMX SSL the validation is pretty much the same as the 
Native transport
+            SSLFactory.validateSslContext("JMX transport", 
conf.jmx_encryption_options, conf.jmx_encryption_options.getClientAuth(), true);
             SSLFactory.initHotReloading(conf.server_encryption_options, 
conf.client_encryption_options, false);
+            /*
+            For JMX SSL, the hot reloading of the SSLContext is out of scope 
for CASSANDRA-18508.

Review Comment:
   Yes, I did - 
[CASSANDRA-20067](https://issues.apache.org/jira/browse/CASSANDRA-20067)



-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to