Bug 67180 - SH4 reverse proxy https to https return error 500
Summary: SH4 reverse proxy https to https return error 500
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Stronghold Cross Platform
Classification: Retired
Component: apache
Version: 4.0
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Stronghold Engineering List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-06-20 17:50 UTC by Need Real Name
Modified: 2007-04-18 16:43 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-06-26 11:48:01 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-06-20 17:50:20 UTC
Description of Problem:

Client (browser) shows error 500 (internal server error) when accessing a SH4 
reverse proxy with https with a SSL (https) connection to a back end server. 
SH4 access log shows the error code to be 136416647 instead of 500.

Version-Release number of selected component (if applicable):

SH 4.0-3

How Reproducible:

Easily Reproducible.

Steps to Reproduce:
1. In a default SH4 httpd.conf file, go to the end of the SSL Virtual Host 
container and add the following directives:

ProxyPass /testhttps/ https://somevalid.website/
ProxyPassReverse /testhttps/ https://somevalid.website/

2. Save the httpd.conf file
3. Restart SH4
4. Test using a browser to access https://yourwebsite/testhttps/
5. You will get "500 - Internal Server Error" displayed on your browser and 
the number 136416647 in your access_log where the error code should be.

Actual Results:

See item 5. above.

Expected Results:

The correct web page.

Additional Information:

None.

Comment 1 Joe Orton 2002-06-26 11:47:57 UTC
This is occuring because the EAPI patch from mod_ssl 2.8.7 hasn't applied
correctly to the 1.3.22 mod_proxy.   I've re-diffed the patch and am now testing.

Comment 2 Joe Orton 2002-07-02 14:26:34 UTC
This will be fixed in the next SH4 build.


Note You need to log in before you can comment on or make changes to this bug.