Skip to content

Setup SSL Connection #555

@ausmock

Description

@ausmock

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions