| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
If you have assert_hostname turned off and are using a proxy on your
computer then assert_hostname wasn't being properly set on the pool
connection and it was failing to connect to docker
Signed-off-by: Stephen Moore <stephen@delfick.com>
|
| |
|
|
| |
Signed-off-by: dlorenc <lorenc.d@gmail.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Up to TLS 1.2, support the highest locally supported crypto
protocol. This eliminates the previous default of PROTOCOL_SSLv23,
replacing it with what should be TLSv1 for Python 2.7 and TLSv1.2
for newer versions of Python 3.
Developers using docker-py may still specify the ssl_version to
override the default.
Signed-off-by: Eric Windisch <eric@windisch.us>
|
| |
|
|
| |
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
|
| |
|
|
|
|
|
| |
- Check that `urllib_ver` is not None, instead of `urllib3`
- Do version comparison only if `urllib_ver` is *not* "dev"
Fixes #325. Original work by @sidprak.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Exported TLS configuration in tls.TLSConfig
* Merged exceptions packagee into pre-existing errors module
* Flake8 fixes
* Bug fixes
|
|
|
SSL in docker-py. Including the ability to specify the expected SSL Version for issues with OpenSSL sslv3/tls1 recognition issues. Added an exception class for repetitive reminders to look at the CLI doc on docker.io.
|