لا يمكنني اجتياز التحقق من النطاق

أحاول استخدام ./discourse-setup، لكنني واجهت مشكلة

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

المنفذ وجدار الحماية

[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

نظام أسماء النطاقات (DNS)


اختبار الاتصال (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)

إذا قرأت البرنامج النصي discourse-setup، فهناك مفتاح سطر أوامر يمكنك إضافته لتخطي هذا الاختبار. (أعتقد أنه كان --skip-tests)

لا أرى سببًا لفشله، أعتقد أنه يختبر للتأكد من تثبيت الأجزاء التي يستخدمها لإجراء الاختبار.