Skip to content

Conversation

shin-
Copy link
Contributor

@shin- shin- commented Feb 4, 2016

Recent versions of urllib3 (including the one packaged by requests) will automatically reject SSLv2/3, and the default constant ssl.PROTOCOL_SSLv23 will select the highest available protocol, including TLS.

Recent versions of urllib3 (including the one packaged by requests)
will automatically reject SSLv2/3.
Additional test to check urllib3's behavior (mostly for release/packaging)

Signed-off-by: Joffrey F <joffrey@docker.com>
@shin- shin- self-assigned this Feb 4, 2016
@shin- shin- added this to the 1.8.0 milestone Feb 4, 2016
@shin-
Copy link
Contributor Author

shin- commented Feb 4, 2016

Should fix #816

@zbyte64
Copy link

zbyte64 commented Feb 4, 2016

Can confirm this fixes #816 :)

pip install git+https://github.com/docker/docker-py.git@ssl_version_simpler#docker-py

@shin-
Copy link
Contributor Author

shin- commented Feb 4, 2016

Cool, thank you for testing! We'll try to have it in a 1.7.1 soonish I think.

@dnephin
Copy link
Contributor

dnephin commented Feb 5, 2016

LGTM

shin- added a commit that referenced this pull request Feb 5, 2016
Remove obsolete SSL version computation
@shin- shin- merged commit 8bdaffc into master Feb 5, 2016
@shin- shin- modified the milestones: 1.8.0, 1.7.1 Feb 9, 2016
@shin- shin- deleted the ssl_version_simpler branch March 23, 2016 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants