I am getting an error while trying to complete the Digitalocean Discourse 1-click install.
Checking your domain name . . .
WARNING: Port 443 of computer does not appear to be accessible using hostname: discourse.openfarming.net.
WARNING: Connection to http://discourse.openfarming.net (port 80) also fails.
The droplet’s IP address is 206.189.7.42. The nameserver for openfarming.net is TMDhosting, and using the cpanel there I have the following zone records for the domain:
NAME TTL CLASS TYPE RECORD
discourse.openfarming.net 600 IN A 206.189.7.42
www.discourse.openfarming.net 600 IN A 206.189.7.42
On checking the firewall settings by running:
sudo ufw status
I get:
To Action From
-- ------ ----
22/tcp LIMIT Anywhere
80/tcp ALLOW Anywhere
443/tcp ALLOW Anywhere
22/tcp (v6) LIMIT Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
443/tcp (v6) ALLOW Anywhere (v6)
Can anyone tell me what I’m missing? Many thanks in advance.