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 828461a commit 7013fccCopy full SHA for 7013fcc
Lib/test/test_ssl.py
@@ -151,7 +151,7 @@ def is_ubuntu():
151
152
if is_ubuntu():
153
def seclevel_workaround(*ctxs):
154
- """"Lower security level to '1' and allow all ciphers for TLS 1.0/1"""
+ """Lower security level to '1' and allow all ciphers for TLS 1.0/1"""
155
for ctx in ctxs:
156
if (
157
hasattr(ctx, "minimum_version") and
0 commit comments