Hi,

I can reverse proxy a https site which is behind a firewall by the 
following configure.  However all the certificate show on these
https sites is from the reverse proxy server.

I wonder if I can also proxy the certificate of the https site?


I will appreciate it if you can give me some hints for that.

Thanks.

Alan



NameVirtualHost 172.18.1.1

<VirtualHost 172.18.1.1>
  ServerName  www.foobar.com
  SSLEngine on
  SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
  SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
  ProxyRequests On
  ProxyPass         / https://www.behind-firewall.com/
  ProxyPassReverse  / https://www.behind-firewall.com/
</VirtualHost>




______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to