-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
[💡 FEATURE REQUEST]: SSL Support for the AMQP driver. #1538
Comments
Hey @marcosraudkett 👋🏻 I will move this FR to the |
will there be an option to disable peer verification? Could be useful for self-signed certificates to prevent errors due to missing CA. |
Are you referring to the |
If you're saying about this: https://www.rabbitmq.com/ssl.html#peer-verification-configuration, then yes, you'll be able to opt-out from the |
Plugin
JOBS
I have an idea!
The problem is that you can't connect to RabbitMQ that uses SSL (port 5671) with the current driver and I'm requesting support for it:
e.g.
Config:
Connection:
And then in
rr.yaml
:This is just a rough example.
The text was updated successfully, but these errors were encountered: