diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-18 21:18:27 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-18 21:18:27 (GMT) |
commit | 7248fd833cebce0328cfc3a343275119616f0f25 (patch) | |
tree | e74b534959d4f01aedb18d709860fb7addf3a031 /Lib | |
parent | a3b6baaaabf5ea16ebe75de7a3b05521b1874419 (diff) | |
download | cpython-7248fd833cebce0328cfc3a343275119616f0f25.zip cpython-7248fd833cebce0328cfc3a343275119616f0f25.tar.gz cpython-7248fd833cebce0328cfc3a343275119616f0f25.tar.bz2 |
The ssl certificate at https://sf.net is not valid.
Switch to https://sourceforge.net
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_socket_ssl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_socket_ssl.py b/Lib/test/test_socket_ssl.py index 1a8af33..0ccb7d3 100644 --- a/Lib/test/test_socket_ssl.py +++ b/Lib/test/test_socket_ssl.py @@ -48,7 +48,7 @@ class ConnectedTests(unittest.TestCase): socket.RAND_add("this is a random string", 75.0) with test_support.transient_internet(): - f = self.urlopen('https://sf.net') + f = self.urlopen('https://sourceforge.net') buf = f.read() f.close() |