You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to connect to my rabbitmq server which has SSL enabled using Letsencrypt generated certificates, which are currently valid.
I can use the rabbitmq server with pika over SSL without any additional configuration.
However with rabbitmq-c, on the same machine, I run into AMQP_STATUS_SSL_PEER_VERIFY_FAILED. Any thoughts on why this is? The root and intermediate certificates are all present and in the openssl search path.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to connect to my rabbitmq server which has SSL enabled using Letsencrypt generated certificates, which are currently valid.
I can use the rabbitmq server with pika over SSL without any additional configuration.
However with rabbitmq-c, on the same machine, I run into
AMQP_STATUS_SSL_PEER_VERIFY_FAILED
. Any thoughts on why this is? The root and intermediate certificates are all present and in the openssl search path.The text was updated successfully, but these errors were encountered: