We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2fa35 commit 950702aCopy full SHA for 950702a
1 file changed
tests/suite/modules/network_related/test__ssl.py
@@ -15,7 +15,7 @@
15
from iptest import IronPythonTestCase, is_cli, is_netcoreapp, retryOnFailure, run_test, skipUnlessIronPython
16
17
SSL_URL = "www.python.org"
18
-SSL_ISSUER = "CN=GlobalSign Atlas R3 DV TLS CA 2024 Q2, O=GlobalSign nv-sa, C=BE"
+SSL_ISSUER = "CN=GlobalSign Atlas R3 DV TLS CA 2025 Q1, O=GlobalSign nv-sa, C=BE"
19
SSL_SERVER = "www.python.org"
20
SSL_PORT = 443
21
SSL_REQUEST = b"GET /en-us HTTP/1.0\r\nHost: www.python.org\r\n\r\n"
0 commit comments