We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cb0bd commit 6080fa5Copy full SHA for 6080fa5
docker/client.py
@@ -65,7 +65,7 @@ def __init__(self, base_url=None, version=DEFAULT_DOCKER_API_VERSION,
65
if isinstance(tls, TLSConfig):
66
tls.configure_client(self)
67
elif tls:
68
- self.mount('https://', ssladapter.SSLAdapter(self.ssl_version))
+ self.mount('https://', ssladapter.SSLAdapter())
69
else:
70
self.mount('http+unix://', unixconn.UnixAdapter(base_url, timeout))
71
0 commit comments