[rabbitmq-discuss] pika + ssl disconnects with ssl_upgrade_error
Roy Hyunjin Han
starsareblueandfaraway at gmail.com
Thu Jan 5 19:16:11 GMT 2012
2012/1/5 Alexandru Scvorţov <alexandru at rabbitmq.com>:
>> Looking on http://www.erlang.org/doc/man/inet.html, the best I can
>> guess is that "eacces" is some kind of permissions error.
>
> Correct. Make sure the user the server is running under (it's probably
> rabbitmq) has read access to the certificate/key files.
Thank you so much. I moved the certificates and changed permissions
so that the certificates are accessible by rabbitmq. After fixing a
typo in my code, pika finally connected to RabbitMQ + SSL. SCORE!!
More information about the rabbitmq-discuss
mailing list