Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Jun 29, 2024
1 parent b6384f0 commit 15a9a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/modules/network_related/test__ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from iptest import IronPythonTestCase, is_cli, is_netcoreapp, retryOnFailure, run_test, skipUnlessIronPython

SSL_URL = "www.python.org"
SSL_ISSUER = "CN=GlobalSign Atlas R3 DV TLS CA 2023 Q2, O=GlobalSign nv-sa, C=BE"
SSL_ISSUER = "CN=GlobalSign Atlas R3 DV TLS CA 2024 Q2, O=GlobalSign nv-sa, C=BE"
SSL_SERVER = "www.python.org"
SSL_PORT = 443
SSL_REQUEST = b"GET /en-us HTTP/1.0\r\nHost: www.python.org\r\n\r\n"
Expand Down

0 comments on commit 15a9a6b

Please sign in to comment.