I am running Apache 2.4.6, and I had to add the following directives in the Apache2 SSL conf file to get it working: SSLEngine On SSLProxyEngine On SSLProxyVerify none SSLProxyCheckPeerCN off SSLProxyCheckPeerName off SSLProxyCheckPeerExpire off Restart apache after the conf update. ...
Read More