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.
---
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
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
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
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
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?
---
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
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