This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author isalsberg
Recipients
Date 2002-12-15.00:52:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=663978

To make this patch work with the "buggy"  IIS using python 
2.2 or 2.2.1 with https, You need to install also these 2 
patches:

551273 (fix httplib bug with 100 Continue) and
500311 (work around for buggy https servers)

Python 2.2.2 by the other hand, has already incorparated 
those two patches, so You only need to add the HTTP{S} 
(515003) proxy patch. But since httplib has changed,  Misa's 
diff file will fail.

I have created a diff file that works with python 2.2.2, which 
also includes a new example that works using a certificate  
file in PEM format. I wanted to attach the file, however
I could not find out how :-(
History
Date User Action Args
2007-08-23 15:10:57adminlinkissue515003 messages
2007-08-23 15:10:57admincreate