I have a local NAS hosting a personal website that I'd like to work with both http and https protocols.
So far https works correctly, but http keeps returning "Connection Reset" in Firefox and "This webpage is not available" in Chromium.
My setup...
I'm hosting the website on a Synology NAS. It loads both http and https on the local network by typing in the local (192...) IP address.
I use no-ip.org to point a domain name to my house. I have set up my router so both http (port:80) and https (port:443) traffic get forwarded to my NAS to display the website. I can load the site using https but when I attempt to load it using http I get the above errors.
I've looked at the logs and they don't seem to indicate any access to the server when using http, so I'm not entirely sure