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 2002/04/30 05:54:04 UTC

DO NOT REPLY [Bug 8636] New: - https proxy

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8636

https proxy

           Summary: https proxy
           Product: Apache httpd-1.3
           Version: 1.3.24
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: cn_liqy@21cn.com


I access Lotus Domino server via apache SSL proxy (secure proxy), 
configuration: 
    ServerName apache
    ProxyPass / http://domino/
    ProxyPassReverse http://apache https://apache
    SSLXXX ....

flow chart as below:
               https                                http
   MS IE(6.0) =======> apache + mod_proxy + mod_ssl =====> Lotus Domino Server

I access https://apache/mail/test.nsf url, then Domino return HTTP header 
Location: http://apache/mail/tes.nsf, apache return 404 not founded.

These information is captured by my network monitor.