<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Michel Van den Bergh wrote:
<blockquote TYPE=CITE>  <a href="http://sourceforge.net/tracker/?group_id=5470&atid=105470&func=detail&aid=494762">http://sourceforge.net/tracker/?group_id=5470&atid=105470&func=detail&aid=494762</a>
<p>Thanks for pointing me to the above bug report. I implemented
<p>the "workaround" suggested there and now everything seems
<p>to work.
<p>***As far as I could tell the workaround amounts to manually
<p>editing httplib.py. Am I correct in this? *****
<p>Best regards,
<br>Michel</blockquote>
Answering to my own post......
<p>I now realize that it is possible to subclass HTTPSConnection 
(overriding "connect")
<br>and FakeSocket. (overriding "makefile").
<p>This is of course the correct python way to do it.
<p>Best regards,
<br>Michel
<br> </html>