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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 5059b7ba0c0a3fdd9ac6b2b9585df8e23bf1f005
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Thu Jun 20 12:11:39 2019 +0100

    CXF-8060 - Switch default keystore type to JKS. This should work with both 
JKS + PKCS12 as a result.
---
 core/src/main/java/org/apache/cxf/configuration/jsse/SSLUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/cxf/configuration/jsse/SSLUtils.java 
b/core/src/main/java/org/apache/cxf/configuration/jsse/SSLUtils.java
index 86fcae1..4fff623 100644
--- a/core/src/main/java/org/apache/cxf/configuration/jsse/SSLUtils.java
+++ b/core/src/main/java/org/apache/cxf/configuration/jsse/SSLUtils.java
@@ -62,7 +62,7 @@ public final class SSLUtils {
 
     static final String PKCS12_TYPE = "PKCS12";
 
-    private static final String DEFAULT_KEYSTORE_TYPE = "PKCS12";
+    private static final String DEFAULT_KEYSTORE_TYPE = "JKS";
     private static final String DEFAULT_TRUST_STORE_TYPE = "JKS";
 
     private static final String HTTPS_CIPHER_SUITES = "https.cipherSuites";

Reply via email to