Category: SSL – HTTPS – 443

  • How to activate SSL with a free valid certificate

    How to activate SSL with a free valid certificate

    How to allow multiple SSL hosts on a single IP in Ubuntu Open the file: sudo nano /etc/apache2/ports.conf Find the following line: <IfModule ssl_module> Listen 443 and change it to: <IfModule ssl_module> Listen 443 SSLStrictSNIVHostCheck off Then restart Apache service apache2 restart To activate and de-activate SSL Activate SSL by typing the command sudo a2enmod ssl…