0

I installed Wordpress on my site via this tutorial. One of the prerequisites is to secure Apache with Let's Encrypt and there is a tutorial that I followed for that here

Unfortunately I am finding that enabling this security has blocked access to some of my subdomains that are located on different servers which do not have support for TLS/SSL certificates. So I'd like to try to remove or disable this security and I'm not sure how to go about doing that.

David Foerster
  • 35,754
  • 55
  • 92
  • 145
user111707
  • 21
  • 1
  • 6

1 Answers1

1

Here is the solution I used to solve this problem. First, enter this command in the terminal:

sudo a2dismod ssl

Then restart apache2 with this:

sudo service apache2 restart

Then just make sure you clear your browser history so it doesn't automatically redirect to https. This was for Ubuntu 16.04

user111707
  • 21
  • 1
  • 6