Skip to content

Security: Enabling SSL

Tara Campbell edited this page Dec 8, 2014 · 6 revisions

HOME > SETUP > SECURITY: ENABLING SSL

Enable SSL module in apache

sudo a2enmod ssl

Edit /etc/apache2/sites-available/$projectname

  • VirtualHost port: change to *:443 (ssl) instead of *:80 (http)
  • Verify: SSL Engine On
  • SSL certificate: ensure that you have an SSL certificate (contact us if you have questions)

Restart Apache

sudo /etc/init.d/apache2 restart
Clone this wiki locally