0
I installed Centos an Amazon EC2 instance, and inserted an SSL certificate using Let’s Encrypt - Free SSL/TLS Certificates. It was all cute and it’s working perfectly. Look:
Every time it’s inserted http://
, automatically the user is redirected to https://
. As I am performing some tests, I would like to disable HTTPS.
I hacked into the archive /etc/httpd/conf.d/ssl.conf
and I saw all the configuration, but did not know what to do to disable HTTPS so that it works again only using HTTP.
How can I disable HTTPS in Centos Apache 2 installed on Amazon EC2?
You want to disable HTTPS or just disable redirect?
– Guilherme Nascimento