Bug 8735 - Connection to SSL via proxy
Summary: Connection to SSL via proxy
Status: CLOSED DUPLICATE of bug 8903
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy (show other bugs)
Version: 2.0.35
Hardware: Sun Solaris
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-02 10:14 UTC by raffaele dalbenzio
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description raffaele dalbenzio 2002-05-02 10:14:19 UTC
I enabled a Virtual Host (IPv6 only) on the port 8080 used as proxy but I 
cannot connect to https servers via proxy. It seems to establish connection 
but it doesn't seems to receive any data packet after the connection My 
Workstation is a SUN netra 2 and software is compiled using gcc 3.0.3.
Thanks in advance.
Comment 1 Graham Leggett 2002-05-13 13:03:50 UTC
When you say "cannot connect to https servers" are you meaning connecting to the
server via Apache configured as a forward proxy? What error messages do you get
when you set the debug level to LogLevel debug?
Comment 2 Jeff Trawick 2002-05-13 13:51:07 UTC
If you want to  apply the patch yourself and rebuild Apache, here
is the critical change to apply to 2.0.36:

http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/proxy/
proxy_connect.c.diff?r1=1.56&r2=1.57

*** This bug has been marked as a duplicate of 8903 ***