rabbit
rabbit copied to clipboard
Connect with ssl_options
connection: [
uri: "amqps://admin:[email protected]:5671/loga",
ssl_options: [
cacertfile: "testca/ca.pem",
certfile: "testca/cert.pem",
keyfile: "testca/key.pem",
verify: :verify_peer,
fail_if_no_peer_cert: true
]
]
(MatchError) no match of right hand side value: {:error, [ssl_options: ["must be one of the following: [:binary, :atom]"]]}