Steps to Enable SSLProxyEngine in Apache
- Open the Apache configuration file:
sudo nano /etc/apache2/sites-enabled/your-site.conf # Ubuntu/Debian
sudo nano /etc/httpd/conf/httpd.conf # CentOS/RHEL
- Add the following line inside the
block:
SSLProxyEngine on
Written by A.M. Rinas