Skip to content
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

support rabbitmq tls #76

Open
dsschult opened this issue Feb 8, 2023 · 0 comments
Open

support rabbitmq tls #76

dsschult opened this issue Feb 8, 2023 · 0 comments
Labels
enhancement New feature or request rabbitmq Affects the RabbitMQ / pika broker api

Comments

@dsschult
Copy link
Contributor

dsschult commented Feb 8, 2023

Support amqps (tls mode) for rabbitmq.

for ConnectionParameters, will need something like:

import ssl
context = ssl.create_default_context()
ConnectionParameters(..., ssl_options=pika.SSLOptions(context))
@dsschult dsschult added enhancement New feature or request rabbitmq Affects the RabbitMQ / pika broker api labels Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rabbitmq Affects the RabbitMQ / pika broker api
Projects
None yet
Development

No branches or pull requests

1 participant