Getting TLS working with the reactive messaging rabbitmq connector #47083
chwalker-fadv
started this conversation in
Community
Replies: 2 comments 2 replies
-
\CC @ozangunalp |
Beta Was this translation helpful? Give feedback.
0 replies
-
I confirm that this is a bug.
|
Beta Was this translation helpful? Give feedback.
2 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, I'm trying to get a working TLS connection using the reactive messaging connector for rabbitmq.
In testing, I can't figure out the correct properties to set in the
application.properties
file. I currently have something like:and
When I run the app, i get:
and on the rabbitmq server:
If I manually set the javax.net.SSL properties
it connects and works. At this point, I feel like I can't see the forest for the trees 😭. I'm hoping someone can help point out where i'm going wrong.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions