Add the following configurations to the virtual host to enable https to https proxy in Apache Web Server.

SSLProxyEngine on
SSLProxyVerify none 
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off

You may get the following error if these configurations are not added to the virtual host “Error during SSL Handshake with remote server”

 

Advertisement