I installed CentOS an Amazon EC2 instance, and I inserted an SSL certificate using Let's Encrypt - Free SSL / TLS Certificates >. It was all cute and working perfectly. See:
Every time you enter http://
, the user is automatically redirected to https://
. Since I'm running some tests, I would like to disable HTTPS.
I entered the file /etc/httpd/conf.d/ssl.conf
and saw all configuration, but did not know what to do to disable HTTPS so that it only works again using HTTP.
How can I disable HTTPS on CentOS Apache 2 installed on Amazon EC2?