Need help in SSL Enable #11135
Unanswered
robodevchampion
asked this question in
Questions
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, As I got input from security team, I am trying to setup rabbitmq on SSL, for that first I have tried with self signed certificate and it started to work.
Now I am trying with organization actual certificate but some how I am not able to get it work,
Certificate looks like below : 1 is key file in key format
1 is certificate file in crt format that has following blocks ->
-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
now can you please help me what exactly i have to pass in rabbitmq configuration
Following is script I am using to connect, whatever i pass I get same error "Unable to get local issuer certificate"
Ps : Above certificate i am using with nginx it is working as expected
Please help.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions