Non riesco a superare il controllo del dominio

sto provando a usare ./discourse-setup, ma ho un problema

Checking your domain name . . .
WARNING: Port 443 of computer does not appear to be accessible using hostname:  www.doublekm.xyz.
WARNING: Connection to http://www.doublekm.xyz (port 80) also fails.

This suggests that www.doublekm.xyz resolves to some IP address that does not reach this
machine where you are installing discourse.

The first thing to do is confirm that www.doublekm.xyz resolves to the IP address of this server.
You usually do this at the same place you purchased the domain.

If you are sure that the IP address resolves correctly, it could be a firewall issue.
A web search for "open ports YOUR CLOUD SERVICE" might help.

This tool is designed only for the most standard installations. If you cannot resolve
the issue above, you will need to edit containers/app.yml yourself and then type

./launcher rebuild app

la porta e il firewall

[root@GreenCloud discourse]# netstat -lnptu | grep :443
[root@GreenCloud discourse]# netstat -lnptu | grep :80
tcp        0      0 173.249.197.58:8079     0.0.0.0:*               LISTEN      11225/filebrowser
[root@GreenCloud discourse]# firewall-cmd --permanent --list-ports
8080/tcp 8079/tcp 80/tcp 443/tcp

il dns


il ping

[root@GreenCloud discourse]# ping www.doublekm.xyz
PING doublekm.xyz (173.249.197.58) 56(84) bytes of data.
64 bytes from GreenCloud.1671433874 (173.249.197.58): icmp_seq=1 ttl=64 time=0.062 ms
64 bytes from GreenCloud.1671433874 (173.249.197.58): icmp_seq=2 ttl=64 time=0.066 ms
64 bytes from GreenCloud.1671433874 (173.249.197.58): icmp_seq=3 ttl=64 time=0.118 ms
64 bytes from GreenCloud.1671433874 (173.249.197.58): icmp_seq=4 ttl=64 time=0.176 ms
64 bytes from GreenCloud.1671433874 (173.249.197.58): icmp_seq=5 ttl=64 time=0.069 ms
64 bytes from GreenCloud.1671433874 (173.249.197.58): icmp_seq=6 ttl=64 time=0.231 ms
64 bytes from GreenCloud.1671433874 (173.249.197.58): icmp_seq=7 ttl=64 time=0.104 ms
^Z
[3]+  Stopped                 ping www.doublekm.xyz
1 Mi Piace

Se leggi lo script di configurazione di discourse, c’è un’opzione da riga di comando che puoi aggiungere per saltare quel test. (Penso fosse --skip-tests)

Non vedo un motivo per cui stia fallendo, penso che testi per assicurarsi che i pezzi che utilizza per eseguire il test siano installati.