Report this

What is the reason for this report?

Netbox Webpage not loading

Posted on March 30, 2022

Just setup netbox with nginx. Had a little trouble with the openssl cert but resloved that. However my url is not opening. I’m not having any service errors for netbox-rq or for nginx When i ran the “sudo systemctl enable netbox netbox-rq” that test was fine and i could get to the url.

I’m not sure how to test or check from here, I’m not a strong linux user yet, please help?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

We only use ipv4 on prem so not sure if this could be the issue? But still not resolving

so i have a look around and tried this in my nginx .conf listen [::]:80; listen 80;

Because netstat -tulpen | grep nginx

tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 39134 3084/nginx: master
tcp6 0 0 :::80 :::* LISTEN 0 39135 3084/nginx: master
tcp6 0 0 :::443 :::* LISTEN 0 39133 3084/nginx: master

Okay it’s a certificate issue. I can open and bypass the cert in firefox. Need to figure out how to fix that.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.