Hello,
I am wondering if there is any documentation on how to setup a connection to use SSL. I have the connection to port 5671, but I can't seem to able to figure out how to specify the cert and private key for the connection.
I am assuming that it needs to be added here, but I have no idea what needs to be passed in:
fpConnection = new AMQP::TcpConnection(&fHandler, AMQP::Address(fAddress + "/" + fHostName));
It may even here required here:
fpChannel = new AMQP::TcpChannel(fpConnection);
Any advice greatly appreciated.
Thanks
Michael
Hello,
I am wondering if there is any documentation on how to setup a connection to use SSL. I have the connection to port 5671, but I can't seem to able to figure out how to specify the cert and private key for the connection.
I am assuming that it needs to be added here, but I have no idea what needs to be passed in:
fpConnection = new AMQP::TcpConnection(&fHandler, AMQP::Address(fAddress + "/" + fHostName));It may even here required here:
fpChannel = new AMQP::TcpChannel(fpConnection);Any advice greatly appreciated.
Thanks
Michael