summaryrefslogtreecommitdiffstats
path: root/Lib/test/ssl_servers.py
Commit message (Collapse)AuthorAgeFilesLines
* Output served URL when running ssl_serversAntoine Pitrou2010-11-051-0/+2
|
* Fix test_httplib when built without threadsAntoine Pitrou2010-11-051-1/+1
|
* Clean up socket closing in test_ssl and test.ssl_serversAntoine Pitrou2010-10-291-1/+4
|
* Use PROTOCOL_SSLv23 in the test HTTPS server, in an attempt to appease the ↵Antoine Pitrou2010-10-131-1/+1
| | | | old Gentoo buildbot
* Print out socket errors in HTTPS server threadAntoine Pitrou2010-10-131-2/+9
|
* Run a simple HTTPS server when Lib/test/ssl_servers.py is run as __main__Antoine Pitrou2010-10-131-1/+59
|
* Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-0/+119
urllib.request.urlopen now take optional arguments to allow for server certificate checking, as recommended in public uses of HTTPS.