[Bug #127315] HTTPS through proxy via CONNECT
noreply@sourceforge.net
Tue, 02 Jan 2001 10:04:30 -0800
Bug #127315, was updated on 2001-Jan-02 10:04
Here is a current snapshot of the bug.
Project: libwww-perl
Category: None
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: worenklein
Assigned to : nobody
Summary: HTTPS through proxy via CONNECT
Details: libwww still does not support HTTPS through a proxy server via the
"CONNECT" method.
libwww needs to send a "CONNECT <site>" command to the proxy server, wait
for a "200 OK" response, do SSL negotiation on the connection, and then
send an encrypted "GET <page>" command.
Patches to support this were submitted to the mailing list.
For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=127315&group_id=14630