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 4774497 commit 4291b16Copy full SHA for 4291b16
tests/suite/utils/ssl_utils.py
@@ -19,6 +19,7 @@ def get_certificate(ip_address, host, port, timeout=10) -> str:
19
:return: str
20
"""
21
context = ssl.create_default_context()
22
+ context.minimum_version = ssl.TLSVersion.TLSv1_2
23
context.check_hostname = False
24
context.verify_mode = ssl.CERT_NONE
25
ip_address = ip_address.strip("[]")
0 commit comments