Tag Archives: https

How to enable & force HTTPS on Apache2 Web Server on Ubuntu

HTTPS Configuration (with self-signed certificate) “sudo a2enmod ssl” “sudo a2ensite default-ssl” With Apache2 now configured for HTTPS, restart the service to enable the new settings: “sudo service apache2 restart” Source: https://help.ubuntu.com/10.04/serverguide/httpd.html To force https: Enable mod_rewrite: “sudo a2enmod rewrite” Then … Continue reading

Posted in Uncategorized | Tagged , , , | 1 Comment