jbertram commented on code in PR #6325:
URL: https://github.com/apache/artemis/pull/6325#discussion_r3009824610


##########
tests/unit-tests/src/test/java/org/apache/activemq/artemis/tests/unit/core/remoting/impl/ssl/SSLSupportTest.java:
##########
@@ -271,6 +271,64 @@ public void testContextWithBadTrustStorePassword() throws 
Exception {
       }
    }
 
+   @TestTemplate
+   public void testContextWithDifferentKeyPassword() throws Exception {
+      // JKS keystore with key password "keypass123" different from store 
password "securepass"
+      // Only JKS supports different key and store passwords
+      if (!"JKS".equals(storeType)) {

Review Comment:
   The documentation you added indicates that this is supported for JCEKS. Why 
not test it here as well?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to