Skip to content

Commit 3eb91c9

Browse files
authored
Update Microsoft SSL certificate (#942)
1 parent c137c04 commit 3eb91c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/modules/network_related/test__ssl.py

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

1616
SSL_URL = "www.microsoft.com"
17-
SSL_ISSUER = "CN=Microsoft IT TLS CA 5, OU=Microsoft IT, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
17+
SSL_ISSUER = "CN=Microsoft RSA TLS CA 01, O=Microsoft Corporation, C=US"
1818
SSL_SERVER = "www.microsoft.com"
1919
SSL_PORT = 443
2020
SSL_REQUEST = b"GET /en-us HTTP/1.0\r\nHost: www.microsoft.com\r\n\r\n"

0 commit comments

Comments
 (0)