Skip to content

Commit c214027

Browse files
slozierBCSharp
authored andcommitted
Fix test__ssl
1 parent b160c3e commit c214027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/modules/network_related/test__ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from iptest import IronPythonTestCase, is_cli, is_netcoreapp, retryOnFailure, run_test, skipUnlessIronPython
1616

1717
SSL_URL = "www.python.org"
18-
SSL_ISSUER = "CN=GlobalSign Atlas R3 DV TLS CA 2024 Q2, O=GlobalSign nv-sa, C=BE"
18+
SSL_ISSUER = "CN=GlobalSign Atlas R3 DV TLS CA 2025 Q1, O=GlobalSign nv-sa, C=BE"
1919
SSL_SERVER = "www.python.org"
2020
SSL_PORT = 443
2121
SSL_REQUEST = b"GET /en-us HTTP/1.0\r\nHost: www.python.org\r\n\r\n"

0 commit comments

Comments
 (0)