RE: SSL and C++ client - anyone have a complete example ?

2011-03-21 Thread calvin
Steve, I upgraded to qpid 0.8 recently and wanted to connect my .net C# client to the c++ broker using ssl. The 2 variations in ConnectSSL() function require a client certificate to be passed in. However, my broker is configured to not require ssl client authentication. It seems that the brok

RE: SSL and C++ client - anyone have a complete example ?

2010-04-08 Thread Steve Huston
ation Total Lifecycle Support for Your Networked Applications http://www.riverace.com > -Original Message- > From: Elena Nee [mailto:elena@xitee.com] > Sent: Thursday, April 08, 2010 1:36 PM > To: users@qpid.apache.org > Subject: RE: SSL and C++ client - anyone hav

RE: SSL and C++ client - anyone have a complete example ?

2010-04-08 Thread Elena Nee
Hi Steve, Thank you for your reply. > Did you use https://broker-addr:5671 ? > (If you use http:// it would probably act as you observed) Indeed I haven't thought of https, and you are exactly right, it works. I only doubted the broker configuration and format of the client certificate because I

RE: SSL and C++ client - anyone have a complete example ?

2010-04-07 Thread Steve Huston
Hi Elena, > I'm getting the same error: 'Unknown NSS error code. [-5938] > (qpid/sys/ssl/SslSocket.cpp:151)' > > And unlike Calvin I can't even connect to C++ broker using > browser. IE says 'Opening page...' and progress bar stops > somewhere in the middle. Did you use https://broker-addr:56

RE: SSL and C++ client - anyone have a complete example ?

2010-04-07 Thread Elena Nee
Hi Steve, I'm getting the same error: 'Unknown NSS error code. [-5938] (qpid/sys/ssl/SslSocket.cpp:151)' And unlike Calvin I can't even connect to C++ broker using browser. IE says 'Opening page...' and progress bar stops somewhere in the middle. The same broker already serves a Java client wit

RE: SSL and C++ client - anyone have a complete example ?

2010-03-12 Thread Calvin Lee
Thanks, Steve! It works now. Much appreciated! Calvin -- View this message in context: http://n2.nabble.com/SSL-and-C-client-anyone-have-a-complete-example-tp4030718p4724859.html Sent from the Apache Qpid users mailing list archive at Nabble.com. -

RE: SSL and C++ client - anyone have a complete example ?

2010-03-12 Thread Steve Huston
Lee [mailto:73bo...@riva-networks.com] > Sent: Friday, March 12, 2010 3:16 PM > To: users@qpid.apache.org > Subject: Re: SSL and C++ client - anyone have a complete example ? > > > > Hi, > > I am trying to build my c++ windows client with ssl using > qpid 0.7. And

Re: SSL and C++ client - anyone have a complete example ?

2010-03-12 Thread Rajith Attapattu
If I am not mistaken, SSL support is still being developed on the windows side. Steve Huston who is working on that could provide you with a more detailed update. On Fri, Mar 12, 2010 at 3:15 PM, Calvin Lee <73bo...@riva-networks.com> wrote: > > Hi, > > I am trying to build my c++ windows client w

Re: SSL and C++ client - anyone have a complete example ?

2010-03-12 Thread Calvin Lee
Hi, I am trying to build my c++ windows client with ssl using qpid 0.7. And I am getting this NSS 5938 error from the qpidd daemon. I was able to get the c++ client on Linux to work. I just have to specify ssl-cert-db in the qpidc.conf file. What is the equivalent on Windows? Does anyone hav

Re: SSL and C++ client - anyone have a complete example ?

2009-11-19 Thread Gordon Sim
On 11/19/2009 09:01 AM, Warwick Richard (00101635) wrote: Hallo I have a client application running on Solaris that connects to a server (also on Solaris) via a MRG - Red Hat broker running on RHEL. The application is a slightly modified version of the request-response example programs, changed