0

I have a very old web site running on apache on CentOS. Ever since Chrome made the change to try https first instead of http when user just types "domainname.com", I get timeout errors after a couple of seconds. Is it possible to somehow remedy this situation without actually adding support for https? Because that would be quite difficult in this case as the version of OS I am running is not supported by letsencrypt.

Vlasta
  • 1
  • Try to specify protocol by hand. i.e. type a complete URL into the address bar: `http://domainname.com/`. Alternatively, try using a proper web browser instead of chrome. – Nikita Kipriyanov Oct 26 '21 at 09:07
  • Another decent solution will be to install a reverse proxy (into another system which supports modern HTTPS), and proxy the requests into the old HTTP server. – Nikita Kipriyanov Oct 26 '21 at 09:38

0 Answers0