[Python-bugs-list] [ python-Bugs-535619 ] HTTPS not working in httplib

noreply@sourceforge.net noreply@sourceforge.net
Wed, 27 Mar 2002 08:48:18 -0800


Bugs item #535619, was opened at 2002-03-27 08:55
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=535619&group_id=5470

Category: Python Library
Group: Python 2.1.2
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: K. C. Wong (dvusboy)
Assigned to: Nobody/Anonymous (nobody)
Summary: HTTPS not working in httplib

Initial Comment:
It appears there is a bug in httplib.py where sendall()
is called on a socket object (line 391). But in the
case of a HTTPSConnection, a socket is actually a
FakeSocket object and the sendall() call will be mapped
to the underlying socket instead of the SSL object,
causing the server to drop connection.


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-03-27 17:48

Message:
Logged In: YES 
user_id=21627

Duplicate of #531616.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=535619&group_id=5470