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

SSL params bug fixes and improvements #10

Merged

Conversation

rafaduran
Copy link
Contributor

Pull request #6 broke SSL connections:

  • get_ssl while connecting should receive the host and port we are
    trying to connect to, since current_host_and_port may not be set yet.
  • local variable ssl redefines ssl module, shadowing it
  • SSL connection test fails, however there's an except block catching
    all errors and test pass even if it shouldn't.
  • Expose set_ssl/get_ssl methods to connection objects

Pull request jasonrbriggs#6 broke SSL connections:

* get_ssl while connecting should receive the host and port we are
 trying to connect to, since current_host_and_port may not be set yet.

* local variable ssl redefines ssl module, shadowing it

* SSL connection test fails, however there's an except block catching
  all errors and test pass even if it shouldn't.

* Expose set_ssl/get_ssl methods to connection objects
@rafaduran rafaduran mentioned this pull request Feb 8, 2014
@jasonrbriggs jasonrbriggs merged commit 8b366fd into jasonrbriggs:master Feb 8, 2014
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.

2 participants