Skip to content

Commit c39df00

Browse files
committed
SWS-370
1 parent f54d881 commit c39df00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/src/main/java/org/springframework/ws/soap/security/support/KeyStoreUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static KeyStore loadDefaultKeyStore() throws GeneralSecurityException, IO
6060
if (StringUtils.hasLength(passwordProperty)) {
6161
password = passwordProperty;
6262
}
63-
type = System.getProperty("javax.net.ssl.trustStore");
63+
type = System.getProperty("javax.net.ssl.keyStoreType");
6464
}
6565
// use the factory bean here, easier to setup
6666
KeyStoreFactoryBean factoryBean = new KeyStoreFactoryBean();

0 commit comments

Comments
 (0)