On 11/17/2011 04:25 PM, Hamid.Shahid wrote:
Hi,

I am running a broker on my windows machine and I am trying to make a Qpidd
client in C++ on windows environment. I want to implement enable SSL on my
client and I am not yet able to find out how to pass the certificate
information to the connection object. I am doing something like following,
can you please let me know, where should I bind the SSL certificate?

     ... . . . . ..
     Connection connection(broker);
     connection.setOption("transport", "ssl");
     connection.setOption("sasl_mechanisms", "EXTERNAL");
     try {
         std::cout<<  "Opening connection"<<  std::endl;
         connection.open();
         std::cout<<  "Creating a session"<<  std::endl;
         Session session = connection.createSession();
         .. .. . . .. . .

The windows section of the SSL readme states:

  "Client certificate authentication is not supported at this time."

Unless that is out of date, the feature you are looking for is therefore not available yet on windows.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to