Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27319E2A1 for ; Fri, 18 Jan 2013 09:06:23 +0000 (UTC) Received: (qmail 59882 invoked by uid 500); 18 Jan 2013 09:06:22 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 59583 invoked by uid 500); 18 Jan 2013 09:06:22 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 59548 invoked by uid 99); 18 Jan 2013 09:06:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 09:06:21 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gsim@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2013 09:06:15 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0I95rEL028604 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 18 Jan 2013 04:05:54 -0500 Received: from [10.36.116.74] (ovpn-116-74.ams2.redhat.com [10.36.116.74]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0I95qZ9025997 for ; Fri, 18 Jan 2013 04:05:53 -0500 Message-ID: <50F91152.4030500@redhat.com> Date: Fri, 18 Jan 2013 09:09:38 +0000 From: Gordon Sim Organization: Red Hat UK Ltd, Registered in England and Wales under Company Registration No. 3798903, Directors: Michael Cunningham (USA), Mark Hegarty (Ireland), Matt Parsons (USA), Charlie Peters (USA) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: users@qpid.apache.org Subject: Re: Failed to parse ssl URL References: <1358416083607-7587024.post@n2.nabble.com> <50F7D45E.2050205@redhat.com> <1358476106634-7587087.post@n2.nabble.com> In-Reply-To: <1358476106634-7587087.post@n2.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-Virus-Checked: Checked by ClamAV on apache.org On 01/18/2013 02:28 AM, yonexw wrote: > it is indeed the ssl, and I have configured the transport to ssl. But from > the source code (Url.cpp:253): > void Url::parse(const char* url) { parse(url, Address::TCP); } > Seems it only supports TCP protocol. > And the sslconnector.so module is loaded by default in Qpid. As well as simply loading the .so, you need to ensure it is configured or it won't register itself. In particular you need QPID_SSL_CERT_DB to point to a valid certificate database (see https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/SSL for a little more detail). --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org