I need some basic help to understand better. I have two questions: 1) In order to make ssl connection, is it necessary to configure ssl certificate and private key within the code. Wouldn't just changing the port to 5671, having username and password, and adding amqps work?
2) I implemented this example: https://github.com/apache/qpid-proton/blob/master/examples/cpp/ssl.cpp It works very well. I was wondering, for testing purpose, if I replace the default address (which is 127.0.01 in the code) with the address of the site I need to get through, do I need to generate another set of self-signed certificate or an I use the ones already in proton folder (ssl_certs)? Forgive my ignorance for I just started looking into ssl and couldn't find a clear answer on this. Thanks, Mani -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
