Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 70595 invoked from network); 25 Aug 2009 15:53:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Aug 2009 15:53:01 -0000 Received: (qmail 35223 invoked by uid 500); 25 Aug 2009 15:53:26 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 35180 invoked by uid 500); 25 Aug 2009 15:53:26 -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 35170 invoked by uid 99); 25 Aug 2009 15:53:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 15:53:26 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [24.96.163.171] (HELO mailchs.commitent.com) (24.96.163.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 15:53:19 +0000 Received: from Commitchs1.commitent.com ([192.168.3.10]) by Commitchs1.commitent.com ([192.168.3.10]) with mapi; Tue, 25 Aug 2009 11:52:58 -0400 From: Cullen Davis To: "users@qpid.apache.org" Date: Tue, 25 Aug 2009 11:52:57 -0400 Subject: RE: SSL with C++ client returns "Unknown protocol: ssl" Thread-Topic: SSL with C++ client returns "Unknown protocol: ssl" Thread-Index: AcollnDMQdYbEHGdSd+WggpTGyaJVgAAm0yt Message-ID: <951EAAA951E3AD4B82B5B30AA2A0AF2BC6EB9AA79E@Commitchs1.commitent.com> References: <951EAAA951E3AD4B82B5B30AA2A0AF2BC6E90860AB@Commitchs1.commitent.com>,<4A93971A.6070600@redhat.com> <951EAAA951E3AD4B82B5B30AA2A0AF2BC6EB9AA79D@Commitchs1.commitent.com>,<4A93FFAB.8080604@redhat.com> In-Reply-To: <4A93FFAB.8080604@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Gordon 1) The make is now running to completion ( if QPID_LOAD_MODULE is defined a= s a relative path, the cpp/docs/man build fails when the "qpidd --help"invo= cation does not find the ./src/.libs/sslconnector.so plugin) 2) Thank you for the clarification, I now understand what you meant by "sta= ndard location" 3) My comment about pertest was inaccurate. The good news is that when I follow the steps in the ssl_test script, I do = get the ssl plugin to load. I am going to use that as a basis for getting = my client off the ground. Thanks again for your help and patience! =20 Cullen J. Davis CommIT Enterprises, Inc. ________________________________________ From: Gordon Sim [gsim@redhat.com] Sent: Tuesday, August 25, 2009 11:13 AM To: users@qpid.apache.org Subject: Re: SSL with C++ client returns "Unknown protocol: ssl" Cullen Davis wrote: > Gordon, > > I do not have the qpidc package installed. I set and exported QPID_NO_MO= DULE_DIR=3Dtrue. (I also tried QPID_NO_MODULE_DIR=3D1) I still get the "= Unknown protocol: ssl (qpid/client/Connector.cpp:66)" error. Does make check pass? In particular does the ssl_test run and does it fail? > In an earlier post, you stated that the sslconnector.so plugin should be = specified in the QPID_LOAD_MODULE variable "...or have the ssl client plug= in in the standard location for clients". Can you elaborate on the standa= rd location comment (in particular for a Fedora 10 installation)? The default is /usr/local/lib/qpid/client/ (though it can be changed at compile time). A make install should put the library there. > I thought that perftest could be used to test my SSL implementation, but = that code seems to be out of the build. Thank you for your assistance. Yes, perftest can test ssl (with the --protocol option). When you say its out of the build you mean its not in the 0.5 distribution? > > Cullen J. Davis > CommIT Enterprises, Inc. >= --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:users-subscribe@qpid.apache.org