Re: Using SSL Certificate in Qpid C++ Client

2011-11-15 Thread Hamid.Shahid
Hi Jakub, Thanks. -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Using-SSL-Certificate-in-Qpid-C-Client-tp6986158p6996758.html Sent from the Apache Qpid users mailing list archive at Nabble.com. ---

RE: Using SSL Certificate in Qpid C++ Client

2011-11-15 Thread Hamid.Shahid
Hi Steve, I tried to search it on MSDN but have not fine any useful code example. There was a lot of description but not something specific in terms of which liberaries to use for importing SSL certificate. As, I want to have my client application athunditcated from the server, and for that I will

Re: Using SSL Certificate in Qpid C++ Client

2011-11-15 Thread Hamid.Shahid
Hi Gordon, Thank you for the following link, I havent read that before... I think it will work. regards, Hamid. -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Using-SSL-Certificate-in-Qpid-C-Client-tp6986158p6996735.html Sent from the Apache Qpid users mailing l

RE: Using SSL Certificate in Qpid C++ Client

2011-11-15 Thread Steve Huston
rg > Subject: Re: Using SSL Certificate in Qpid C++ Client > > Hi Hamid, > > I'm sorry, I haven't tried SSL on Windows yet. > > Regards > Jakub > > On Tue, Nov 15, 2011 at 11:22, Hamid.Shahid > wrote: > > Hi Jakub, > > > > Thank you so much

Re: Using SSL Certificate in Qpid C++ Client

2011-11-15 Thread Jakub Scholz
Hi Hamid, I'm sorry, I haven't tried SSL on Windows yet. Regards Jakub On Tue, Nov 15, 2011 at 11:22, Hamid.Shahid wrote: > Hi Jakub, > > Thank you so much for a detailed reply. I am using Windows environment. Can > you pleaase explain how I can use SSL certificates in windows enviorment > usin

Re: Using SSL Certificate in Qpid C++ Client

2011-11-15 Thread Gordon Sim
On 11/15/2011 10:22 AM, Hamid.Shahid wrote: Hi Jakub, Thank you so much for a detailed reply. I am using Windows environment. Can you pleaase explain how I can use SSL certificates in windows enviorment using C++. Have you read https://svn.apache.org/repos/asf/qpid/trunk/qpid/cpp/SSL? ---

Re: Using SSL Certificate in Qpid C++ Client

2011-11-15 Thread Hamid.Shahid
Hi Jakub, Thank you so much for a detailed reply. I am using Windows environment. Can you pleaase explain how I can use SSL certificates in windows enviorment using C++. Thanks. regards, Hamid. -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Using-SSL-Certificat

Re: Using SSL Certificate in Qpid C++ Client

2011-11-11 Thread Jakub Scholz
Hi Hamid, I believe the SSL support in C++ is different on Linux and on Windows. Assuming you use Linux: 1) export the certificate from Java Keystore to P12 using: keytool -importkeystore -srckeystore ./keystore_certificate -destkeystore ./certificate.p12 -deststoretype PKCS12 2) You can exp