rabbit icon indicating copy to clipboard operation
rabbit copied to clipboard

Connect with ssl_options

Open LangPham opened this issue 2 years ago • 0 comments

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]"]]}

LangPham avatar Aug 17 '23 12:08 LangPham