mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 01:10:14 +00:00
ARTEMIS-3155 fix test
This commit is contained in:
parent
fe3851ff6d
commit
0ca413004b
@ -48,7 +48,7 @@ public class SSLProviderTwoWayTest extends SSLTestBase {
|
||||
|
||||
params.put(TransportConstants.TRUSTSTORE_PATH_PROP_NAME, SERVER_SIDE_TRUSTSTORE);
|
||||
params.put(TransportConstants.TRUSTSTORE_PASSWORD_PROP_NAME, PASSWORD);
|
||||
params.put(TransportConstants.TRUSTSTORE_PROVIDER_PROP_NAME, "JKS");
|
||||
params.put(TransportConstants.TRUSTSTORE_TYPE_PROP_NAME, "JKS");
|
||||
params.put(TransportConstants.NEED_CLIENT_AUTH_PROP_NAME, true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user