How to Enable Apache SSL on Ubuntu 14.04 Trusty LTS Easy Guide

May 16, 2014 | By the+gnu+linux+evangelist.

Enable Apache 2 SSL Ubuntu 14.04 Trusty LTS

Hi! The Tutorial shows you Step-by-Step How to Enable Apache SSL in Ubuntu 14.04 Trusty Tahr LTS i386/amd64 Linux.

And the Ubuntu 14.04 Apache SSL Enabling Procedure Described here is the Easiest one to Quick Start with Apache SSl on a Development Environment.

Finally, inside the Guide you find also instructions on How to Generate a Valid SSL Signed Certificate for FREE on Ubuntu.

How to Enable Apache 2 Mod_rewrite on Ubuntu 22.04
  1. Login into Server Shell
    Or Open a Command Line Terminal Window
    Ctrl+Alt+T on Desktop
    (Press “Enter” to Execute Commands)

    Enable SSL Apache Ubuntu 14.04 Trusty LTS - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Enabling Apache SSL.

    sudo a2enmod ssl
    sudo a2ensite default-ssl
    sudo service apache2 reload
  3. Review the Apache Default SSL Configuration for localhost.

    cat /etc/apache2/sites-available/default-ssl.conf

    How to Generate a Free SSL Signed Certificate

    Create SSL Signed Certificate for FREE
  4. After you can Test Access the Domain over SSL.

    For a Server (Example):

    https://100.101.102.103

    For a Desktop:

    https://localhost

QuickChic Theme • Powered by WordPress