In this section, we will learn how to create a self-signed certificate to encrypt traffic to our Apache server:
- Once our Apache server has been installed, we can check the default web page by visiting the http://localhost link on our browser:
- However, when we try to access the same page using HTTPS, we get the following error:
- To start using SSL, we have to enable the SSL support module on our Ubuntu server. To do this, we must run the following command:
- After enabling the SSL module, restart the Apache server so that ...