Apache reverse SSL proxy

In http conf you can use:


ServerName mydomain.com
SSLEngine On

SSLCertificateFile cert.crt
SSLCertificateKeyFile key.key
SSLCACertificateFile bundle.cabundle

ProxyPass / http://where_to_redirect/ flushpackets=on
ProxyPassReverse / http://where_to_redirect/