-
|
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 13 replies
-
Additional information:
|
Beta Was this translation helpful? Give feedback.
-
Read the release notes https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.13.0 For more details: https://www.erlang.org/blog/otp-26-highlights/#ssl-safer-defaults |
Beta Was this translation helpful? Give feedback.
-
ssl_options.verify = verify_none If i keep these attributes like this in my conf file (to disable the peer verification), it should work then right? I am pretty new to this stuff, any amount of patience would be appreciated in helping me figure out what changes might be required... :) |
Beta Was this translation helpful? Give feedback.
-
Experiencing this issue now:
|
Beta Was this translation helpful? Give feedback.
-
ssl_options.cacertfile = /rabbitmq/keys/cacert.pem In my whole deployment process, there is only 1 ca certifcate involved and there are no intermediate certificates (which means I should be good here in my conf file as I need not append anything else to cacert.pem). I am still not getting past the rabbit_auth_backend connection refused error. What am I missing here? @mkuratczyk |
Beta Was this translation helpful? Give feedback.
-
I know you guys mentioned that this is the area you don't offer help in but I just wanted to know the following:
|
Beta Was this translation helpful? Give feedback.
-
TLS troubleshooting is explicitly limited to paying customers and regular contributors. |
Beta Was this translation helpful? Give feedback.
-
Issue resolved!!!!! Thank you so much @mkuratczyk , @lukebakken , @michaelklishin , @potatosalad for bearing with me on this! :) |
Beta Was this translation helpful? Give feedback.
I am not sure but I guess my issue might be similar to - https://groups.google.com/g/rabbitmq-users/c/l9slEl1fq_s .
In my rabbitmq.conf file I do not have seperate ssl_options configured for inbound and outbound connections.
I tried doing this but these options actually do not exist:
My guess/explanation can be very vague since I am very new to this...
I see this response from on of the users -