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?
catloaf@lemm.ee 3 days 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 3 days 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 3 days 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?