Apache Proxy Pass for SSL
In order to enable the ProxyPass for SSL traffic, you will need to enable the SSLProxyEngine in your virtual host or server configuration first.
SSLProxyEngine on
...
Reference:
http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcacertificatefile
1 comment:
This reference for the Apache SSL was quite useful and was well documented. Thanks for sourcing and sharing this.
Post a Comment