Bug 8174 - Using mod_proxy reverse proxy with mod_ssl causes hang
Summary: Using mod_proxy reverse proxy with mod_ssl causes hang
Status: CLOSED FIXED
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:
: 8751 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-04-16 20:03 UTC by George Hartz
Modified: 2004-11-16 19:05 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Hartz 2002-04-16 20:03:17 UTC
Not sure if this is operator error or a bug, but it appears to be a bug. 

Under 1.3, using ProxyPass and ProxyReverse within an SSL VirtualHost, one could
add an SSL front-end to a second server that may not support SSL. This
configuration doesn't seem to work under 2.0.35.

On my configuration, SSL virtual hosts work fine, and both forward and reverse
proxy virtual hosts work fine when they are not SSL. An SSL virtual host with a
reverse proxy, however, connects (verified using openssl's s_client command),
but never responds. Commenting out the reverse proxy lines on that exact virtual
host causes the default apache HTML pages to come up, so the SSL isn't the problem.

Also, the remote server does see the socket opened by the proxy, but does not
receive any data. (Verified by pointing the reverse proxy at a dummy Java http
server -- proxy connects, no data comes through)
Comment 1 Cliff Woolley 2002-04-16 22:00:18 UTC
This was already fixed (by Doug MacEachern) for 2.0.36. 
 
Thanks for using Apache! 
Comment 2 Joshua Slive 2002-05-02 18:32:48 UTC
*** Bug 8751 has been marked as a duplicate of this bug. ***