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();
.. .. . . .. . .
Thank you.
regards,
Hamid.
--
View this message in context:
http://apache-qpid-users.2158936.n2.nabble.com/How-to-configure-SSL-in-Qpidd-C-Windows-Client-tp7004731p7004731.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]