-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect with ssl=true? #161
Comments
Hi @borice,
|
Thank you @DStranger, however I was looking for a different answer. EDIT: for example, I want to be able to use |
Hi again. I managed to get SSL working the way I want. Here's how I did it (can be refactored better, but here it goes as PoC): I added a new
and then, in code:
with supporting methods:
Hope this helps someone else. |
@borice this is great! Any chance you'd be willing to put this in to a PR with some additions to the README for how to use? |
Also, any reason to not just configure and use the JVM's default keystore? |
Can you please provide an example of how to connect to RabbitMQ server with SSL/TLS enabled?
Thank you.
The text was updated successfully, but these errors were encountered: