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 076E818C67 for ; Tue, 19 May 2015 15:11:01 +0000 (UTC) Received: (qmail 70219 invoked by uid 500); 19 May 2015 15:11:00 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 70175 invoked by uid 500); 19 May 2015 15:11:00 -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 69938 invoked by uid 99); 19 May 2015 15:11:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2015 15:11:00 +0000 Date: Tue, 19 May 2015 15:11:00 +0000 (UTC) From: "Colm O hEigeartaigh (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-6414) Add a way of including TLS protocols in the Jetty server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Colm O hEigeartaigh created CXF-6414: ---------------------------------------- Summary: Add a way of including TLS protocols in the Jetty server Key: CXF-6414 URL: https://issues.apache.org/jira/browse/CXF-6414 Project: CXF Issue Type: Improvement Reporter: Colm O hEigeartaigh Assignee: Colm O hEigeartaigh Fix For: 3.1.1, 3.0.6 Currently, we can only select one protocol to use for the Jetty TLS Server. This is inconvenient if you wish to support others, e.g. SSLv2Hello support for older clients, etc. A new "IncludeProtocols" section will be available in the configuration, mirroring the existing "ExcludeProtocols". -- This message was sent by Atlassian JIRA (v6.3.4#6332)