Closed dersar00 closed 5 years ago
Hello! Could you please give more information -
openssl x509
command?openssl s_server
and openssl s_client
with the "broken" certs to see if they are really the source of the problem?Hello @lukebakken!
OpenSSL 1.1.0g 2 Nov 2017
is didn't work with rabbitmq.[info] <0.680.0> started SSL listener on [::]:5671
.Connection reset by peer - SSL_connect (Errno::ECONNRESET)
.openssl x509
?openssl s_server
and openssl s_client
, it return me a right result.Hi @dersar00 - thanks for all of that information. Since the certificates work with openssl s_server
and s_client
, we know that this project is not the problem. I regularly use this project to generate certificates for testing RabbitMQ (using openssl 1.1.1).
More questions -
Closing due to lack of details and activity.
Hello. I'm using vagrant for my local development where I use
rabbitmq
and for that try to create certificates using your product. When I used ubuntu 16.04 as my vagrant box everything work well, I could create certificates and they are worked well(OpenSSL 1.0.2g 1 Mar 2016
), after I moved my vagrant to ubuntu 18.04 (OpenSSL 1.1.0g 2 Nov 2017
) I could create certificates in the same way but they are didn't work. I tried use certificates created with in my ubuntu 16.04 system withOpenSSL 1.0.2g 1 Mar 2016
in my ubuntu 18.04 and everything works well, but certificates created in the same way withOpenSSL 1.1.0g 2 Nov 2017
broken it. Why it can be?