You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/11/10 17:07:41 UTC

DO NOT REPLY [Bug 32155] New: - ProxyPass fails on SSL site if ProxyRemote is enabled

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32155>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32155

ProxyPass fails on SSL site if ProxyRemote is enabled

           Summary: ProxyPass fails on SSL site if ProxyRemote is enabled
           Product: Apache httpd-2.0
           Version: 2.0.52
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: doussot@fullsix.com


Here is my relevant configuration:

ProxyRemote * http://angel.f6.fr:3128
ProxyPass /proxy/aemweb.sfr.fr/ https://aemweb.sfr.fr/
SSLProxyEngine On

Whern I try to access /proxy/aemweb.sfr.fr/ it hangs for a couple of minutes and
then I get:

[Wed Nov 10 16:53:49 2004] [error] (20014)Error string not specified yet: proxy:
request failed to 192.168.2.5:3128 (angel.f6.fr)

in the error log.

If I remove the first line, it works fine.

The proxy angel.f6.fr:3128 is a squid proxy, and when used by a browser it works
fine on SSL enabled sites.

Tested on 2.0.52 Debian and 2.0.46 Redhat Enterprise.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org