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 CEFE29565 for ; Tue, 27 Mar 2012 10:03:47 +0000 (UTC) Received: (qmail 59727 invoked by uid 500); 27 Mar 2012 10:03:47 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 59697 invoked by uid 500); 27 Mar 2012 10:03:47 -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 59689 invoked by uid 99); 27 Mar 2012 10:03:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 10:03:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Mar 2012 10:03:46 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8DB0C3487AB for ; Tue, 27 Mar 2012 10:03:26 +0000 (UTC) Date: Tue, 27 Mar 2012 10:03:26 +0000 (UTC) From: "Freeman Fang (Commented) (JIRA)" To: issues@cxf.apache.org Message-ID: <761477472.22686.1332842606589.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1106309880.16934.1332760467110.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CXF-4204) CXF https transport should support to specify the cert alias name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-4204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13239357#comment-13239357 ] Freeman Fang commented on CXF-4204: ----------------------------------- I still need change new added HTTPJettyTransportActivator on trunk to set certAlias > CXF https transport should support to specify the cert alias name > ----------------------------------------------------------------- > > Key: CXF-4204 > URL: https://issues.apache.org/jira/browse/CXF-4204 > Project: CXF > Issue Type: Improvement > Components: Transports > Reporter: Freeman Fang > Assignee: Freeman Fang > > when use https, the server and client side key store may have multiple private keys and certificates, but currently in CXF there's no way to specify which cert should be used, so if customer keystore has multiple certificates, which one is picked up become uncertain > Jetty SslContextFactory already provide api > {code} > public void setCertAlias(String certAlias) > {code} > since Jetty 7.3.1, CXF should be able to expose this configuration as well. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira