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

Add support for TLS connections #33

Merged
merged 6 commits into from
Nov 4, 2019

Conversation

achilleasa
Copy link
Owner

This PR adds support for establishing TLS connections by allowing users to a attach a SecurityContext to the connection settings instance that is passed to the client constructor.

In addition to the code changes, the docs have also been updated and a hello-tls example has been added to demonstrate how to connect to a rabbitmq instance over TLS and how to perform client-side TLS authentication.

Closes #20

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.8%) to 89.394% when pulling d2e83a9 on add-support-for-tls-connections into 531971b on master.

@achilleasa achilleasa merged commit 4f68731 into master Nov 4, 2019
@achilleasa achilleasa deleted the add-support-for-tls-connections branch November 4, 2019 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TLS support
2 participants