Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Permanent HTTP 'refused to connect' - new install
#5
(08-11-2020, 03:52 PM)robdean Wrote: I have not specified ports, though believe those to be default?

⇨ Yᴇs ⇦ that is what I am experiencing Undecided

And the error reports 'refused' rather than not resolved.

Calm... I'm just clarifying your issue and the symptoms.
A hostname can still resolve but point to the wrong IP, for example if your Pi's IP is not reserved on the router and it has changed and something else has picked up that address.

So, if you can ssh to the Pi's IP you could see if nginx is actually listening on port 80 by running;

Code:
sudo netstat -lp | grep http

If nothing comes back the web server's not running and the problem is with the OS image, reflash with a fresh image. If Kent is right and you've attempted to build your own image then use a prebuilt image.
If nginx is running and shows as listening on 0.0.0.0:http then the issue is more likely to be an issue originating on your lan or the web browser.
Reply


Messages In This Thread
RE: Permanent HTTP 'refused to connect' - new install - by vinnn - 08-11-2020, 04:22 PM

Forum Jump: