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 option to check host name in amqp ssl transport. #63

Closed
wants to merge 1 commit into from
Closed

Add option to check host name in amqp ssl transport. #63

wants to merge 1 commit into from

Conversation

vickumar1981
Copy link
Contributor

Allows users to create a default ssl context and pass options to that context in the AMQP SSL Transport layer. This allows a user to set custom SSL options for the AMQP connection, such as whether they'd like the certificate's host name to be verified, and whether a certificate is required or not.

-  Allows passing a 'context' attribute to the amqp transport, to override settings for SSL.wrap_socket()
-  If context is not present, falls back to normal functionality of using ssl.wrap_socket()

ask added a commit that referenced this pull request Sep 9, 2015
@ask
Copy link
Contributor

ask commented Sep 9, 2015

Thanks! Merged into master

@ask ask closed this Sep 9, 2015
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.

None yet

2 participants