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 c59f059 commit 1f39549Copy full SHA for 1f39549
dropbox/session.py
@@ -41,7 +41,6 @@ def init_poolmanager(self, connections, maxsize, block=False, **_):
41
block=block,
42
cert_reqs=ssl.CERT_REQUIRED,
43
ca_certs=_TRUSTED_CERT_FILE,
44
- ssl_version=ssl.PROTOCOL_TLSv1,
45
)
46
47
def pinned_session(pool_maxsize=8):
0 commit comments