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.
2 parents 8dc44b7 + 18ff6dc commit 47ddea7Copy full SHA for 47ddea7
start.py
@@ -44,6 +44,7 @@
44
ctx: SSLContext = create_default_context(cafile=where())
45
ctx.check_hostname = False
46
ctx.verify_mode = CERT_NONE
47
+ctx.minimum_version = ctx.TLSVersion.TLSv1_2
48
49
__version__: str = "2.4 SNAPSHOT"
50
__dir__: Path = Path(__file__).parent
0 commit comments