SSL problem

Michel Van den Bergh vdbergh at luc.ac.be
Fri Jan 4 06:32:31 EST 2002


Michel Van den Bergh wrote:

>   http://sourceforge.net/tracker/?group_id=5470&atid=105470&func=detail&aid=494762
>
> Thanks for pointing me to the above bug report. I implemented
>
> the "workaround" suggested there and now everything seems
>
> to work.
>
> ***As far as I could tell the workaround amounts to manually
>
> editing httplib.py. Am I correct in this? *****
>
> Best regards,
> Michel

Answering to my own post......

I now realize that it is possible to subclass HTTPSConnection  (overriding "connect")

and FakeSocket. (overriding "makefile").

This is of course the correct python way to do it.

Best regards,
Michel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20020104/eaf04d9d/attachment.html>


More information about the Python-list mailing list