After installing letsencrypt with certbot (Ubuntu 18.04, NGINX), I am getting “This site can’t be reached” error when accessing the webpage using the domain registered for SSL. The web page is displayed when accessing it from public IP address.
Hi @mmoishin,
What’s your domain name?
1 Like
Hi @schoen . It is demo.traseable.com
Thanks! It looks like there is a firewall blocking connections on port 443 to your server. That’s why the HTTP service works on port 80, but perhaps the HTTPS service can’t be reached on 443 because the firewall doesn’t allow connections.
It could be a host firewall like ufw
, or a network firewall like a VPS administration policy setting.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.