And you’ve verified that the DNS record has the correct IP address? I would check the web server config to make sure it will respond to that name. See if there is anything in the access or error logs.
Comment on Can't get DNS to work on web server
dr_robotBones@reddthat.com 9 months agoI get ERR_CONNECTION_TIMED_OUT when trying to connect to it. I don’t get any error logs on the server itself.
catloaf@lemm.ee 9 months ago
dr_robotBones@reddthat.com 9 months ago
Yeah the DNS’ public IP matches my server’s. The access logs have some connections from the SSL validation and from when I successfully connected using the public IP address. The error logs are empty.
biscuitswalrus@aussie.zone 9 months ago
If dns resolved then it’s not blocked. You need to look at your network.
Bypass dns connect to the ip and port. What happens?
ryan_harg@discuss.tchncs.de 9 months ago
connection timeout doesn’t sound like ssl problem to me. is the webserver actually running? i think i read nginx in a different post, you might look for a running nginx process using
ps aux | grep nginxIf it is running, is the connection working with normal http:// on port 80?
dr_robotBones@reddthat.com 9 months ago
I’ve done further testing with external network connections. I’m getting a Blocked hosts error, it seems my subdomain is being targeted by ISPs.