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
, but it's not working. The process is listening on 8443 according to netstat:
But it does not reply with valid http response even using curl on the router:
Is there any way I can set web back to http only using command line?
Bash:
service restart_httpd
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
Code:
admin@RT-AC86U-BC68:/tmp/home/root# curl 192.168.86.1:8443
curl: (52) Empty reply from server