What's new

Web GUI is not working

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

ttc0419

Occasional Visitor
After I changed the Web GUI to HTTPS and reboot the router. I cannot access the Web GUI anymore. But I have SSH access. I tried restart the https service by
Bash:
service restart_httpd
, but it's not working. The process is listening on 8443 according to netstat:
Code:
admin@RT-AC86U-BC68:/tmp/home/root# netstat -ltn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       
tcp        0      0 0.0.0.0:5152            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:5473            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:18017           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:3394            0.0.0.0:*               LISTEN     
tcp        0      0 192.168.86.1:515        0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:47753         0.0.0.0:*               LISTEN     
tcp        0      0 192.168.86.1:9100       0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:7788            0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:80            0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN     
tcp        0      0 192.168.86.1:53         0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:8888          0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:8443          0.0.0.0:*               LISTEN     
tcp        0      0 192.168.86.1:8443       0.0.0.0:*               LISTEN     
tcp        0      0 192.168.86.1:3838       0.0.0.0:*               LISTEN     
tcp        0      0 :::22                   :::*                    LISTEN
But it does not reply with valid http response even using curl on the router:
Code:
admin@RT-AC86U-BC68:/tmp/home/root# curl 192.168.86.1:8443
curl: (52) Empty reply from server
Is there any way I can set web back to http only using command line?
 
Sorry, no idea. I have both HTTP and HTTPS enabled as well as SSH.

None of these ports are exposed to the internet, they're LAN only. If you're restricting access by IP address that might be an issue.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top