Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03FD318A5B for ; Tue, 15 Mar 2016 06:36:39 +0000 (UTC) Received: (qmail 31646 invoked by uid 500); 15 Mar 2016 06:36:33 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 31431 invoked by uid 500); 15 Mar 2016 06:36:33 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 31266 invoked by uid 99); 15 Mar 2016 06:36:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Mar 2016 06:36:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6BACF2C1F54 for ; Tue, 15 Mar 2016 06:36:33 +0000 (UTC) Date: Tue, 15 Mar 2016 06:36:33 +0000 (UTC) From: "Freeman Fang (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-6830) should be able to configure the certStore key type MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Freeman Fang created CXF-6830: --------------------------------- Summary: should be able to configure the certStore key type Key: CXF-6830 URL: https://issues.apache.org/jira/browse/CXF-6830 Project: CXF Issue Type: Improvement Reporter: Freeman Fang currently we have code like {code} final KeyStore keyStore = KeyStore.getInstance(KeyStore.getDefaultType()); {code} to createTrustStore, here always use the KeyStore default type, however, KeyStore default type would change from "jks" to "pkcs12" in java9, that said, the KeyStore.getDefaultType() can't keep constant between different java versions, this can cause SSL shake hand failed. we should enable the certStore type configuration, just like the keyStore do -- This message was sent by Atlassian JIRA (v6.3.4#6332)