Comment on Can't get DNS to work on web server
catloaf@lemm.ee 1 week ago
How does it fail exactly? Surely there is some error message.
Comment on Can't get DNS to work on web server
catloaf@lemm.ee 1 week ago
How does it fail exactly? Surely there is some error message.
dr_robotBones@reddthat.com 1 week ago
I 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 1 week ago
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.
dr_robotBones@reddthat.com 1 week 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 1 week 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 1 week 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 nginx
If it is running, is the connection working with normal http:// on port 80?
dr_robotBones@reddthat.com 1 week 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.