This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 66617169bc ARTEMIS-5712 fix HAProxy test
66617169bc is described below

commit 66617169bcb74a2033d19aecb80237ca08fbc932
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Oct 21 10:57:12 2025 -0500

    ARTEMIS-5712 fix HAProxy test
---
 .../activemq/artemis/tests/integration/proxyprotocol/HAProxyTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/proxyprotocol/HAProxyTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/proxyprotocol/HAProxyTest.java
index 8389af829b..4a008393bd 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/proxyprotocol/HAProxyTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/proxyprotocol/HAProxyTest.java
@@ -243,7 +243,7 @@ public class HAProxyTest extends 
MultiprotocolJMSClientTestSupport {
          } catch (Exception e) {
             throw new RuntimeException(e);
          }
-         cf.setKeyStorePassword("securepass");
+         cf.setTrustStorePassword("securepass");
          return cf.createConnection();
       }, version);
    }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to