Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A12E610AEC for ; Wed, 23 Jul 2014 16:03:40 +0000 (UTC) Received: (qmail 39217 invoked by uid 500); 23 Jul 2014 16:03:40 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 39109 invoked by uid 500); 23 Jul 2014 16:03:40 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 38944 invoked by uid 99); 23 Jul 2014 16:03:40 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2014 16:03:40 +0000 Date: Wed, 23 Jul 2014 16:03:40 +0000 (UTC) From: "Adrien PAILHES (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (FELIX-4376) Allow inclusion/exclusion of cipher suites in SSL connector MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-4376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071887#comment-14071887 ] Adrien PAILHES edited comment on FELIX-4376 at 7/23/14 4:02 PM: ---------------------------------------------------------------- Hello, I've got a pb with multiple exclude(or include) ciphersuites. Something like: {code} -Dorg.apache.felix.https.jetty.ciphersuites.excluded=SSL_RSA_WITH_RC4_128_SHA,SSL_RSA_WITH_RC4_128_MD5 {code} does not work whereas {code} -Dorg.apache.felix.https.jetty.ciphersuites.excluded=SSL_RSA_WITH_RC4_128_SHA {code} works correctly. I think(but I'm not sure) that org.apache.felix.http.jetty.internal.JettyConfig#getStringArrayProperty always get a String property(org.apache.felix.http.jetty.internal.JettyConfig#getProperty(java.lang.String)) instead of an array. I don't know how to debug it... so maybe somebody can try that kind of use case and tell me if he can reproduce the problem with comma-separated params? was (Author: apailhes): Hello, I've got a pb with multiple exclude(or include) ciphersuites. Something like: {code} -Dorg.apache.felix.https.jetty.ciphersuites.excluded=SSL_RSA_WITH_RC4_128_SHA,SSL_RSA_WITH_RC4_128_MD5 {code} whereas {code} -Dorg.apache.felix.https.jetty.ciphersuites.excluded=SSL_RSA_WITH_RC4_128_SHA {code} works correctly. I think(but I'm not sure) that org.apache.felix.http.jetty.internal.JettyConfig#getStringArrayProperty always get a String property(org.apache.felix.http.jetty.internal.JettyConfig#getProperty(java.lang.String)) instead of an array. I don't know how to debug it... so maybe somebody can try that kind of use case and tell me if he can reproduce the problem with comma-separated params? > Allow inclusion/exclusion of cipher suites in SSL connector > ----------------------------------------------------------- > > Key: FELIX-4376 > URL: https://issues.apache.org/jira/browse/FELIX-4376 > Project: Felix > Issue Type: Improvement > Components: HTTP Service > Affects Versions: http-2.2.1 > Reporter: Dominique Pfister > Assignee: Felix Meschberger > Fix For: http-2.2.2 > > Attachments: patch.txt > > > Jetty allows including/excluding cipher suites (in o.e.j.s.ssl.SslConnector). It would be great to make this available in the Jetty Bridge OSGI configuration. Ideally, there could be 2 properties, of type String[], that dictate what suites to explicitly include or exclude. -- This message was sent by Atlassian JIRA (v6.2#6252)