Hi all
I hope someone can help out with this one. I'm currently running Apache 2.0.49 with OpenSSL 0.9.7a, to reverse proxy our Lotus iNotes server on our internal network. My DMZ server is running Redhat Fedora 2. For this posting - I've given the iNotes Server an IP of 100.0.0.1 and the Reverse Proxy server 192.168.1.1. The idea is that clients will establish a SSL encrypted session with the proxy server in the DMZ, which will then serve the iNotes application back to the client, hiding the details of the iNotes server.
In my ssl.conf file on the DMZ server, I have configured the virtual host as shown below.
Listen 443
Servername host.domain.com
ProxyRequests Off
ProxyPass / http:100.0.0.1
ProxyPassReverse /
Every thing seems to work well at first. I establish an SSL session from the client, accept the cerificate and the first thing I see is the home page of the iNotes server. The browser shows the address as (which is great as that's what it should be doing!). The problem comes in when I try logging onto my mailbox. The browser returns the IP address of the iNotes server and the SSL session is closed (
From what I can see, my ProxyPass and ProxyPassReverse directives should prevent this from happening. Any ideas where I might be going wrong?
Cheers
I hope someone can help out with this one. I'm currently running Apache 2.0.49 with OpenSSL 0.9.7a, to reverse proxy our Lotus iNotes server on our internal network. My DMZ server is running Redhat Fedora 2. For this posting - I've given the iNotes Server an IP of 100.0.0.1 and the Reverse Proxy server 192.168.1.1. The idea is that clients will establish a SSL encrypted session with the proxy server in the DMZ, which will then serve the iNotes application back to the client, hiding the details of the iNotes server.
In my ssl.conf file on the DMZ server, I have configured the virtual host as shown below.
Listen 443
Servername host.domain.com
ProxyRequests Off
ProxyPass / http:100.0.0.1
ProxyPassReverse /
Every thing seems to work well at first. I establish an SSL session from the client, accept the cerificate and the first thing I see is the home page of the iNotes server. The browser shows the address as (which is great as that's what it should be doing!). The problem comes in when I try logging onto my mailbox. The browser returns the IP address of the iNotes server and the SSL session is closed (
From what I can see, my ProxyPass and ProxyPassReverse directives should prevent this from happening. Any ideas where I might be going wrong?
Cheers