aaP_jovelmark_ff Please help. when I click renew SSL got this error curl: (28) Resolving timed out after 60001 milliseconds
aaPanel_Kern aaP_jovelmark_ff Hello, it is recommended to check if your server to Let's Encrypt is normal? Use SSH tool or terminal to log in to the server to check: curl -v https://acme-v02.api.letsencrypt.org ping acme-v02.api.letsencrypt.org -c 5
aaP_jovelmark_ff aaPanel_Kern What next? I got this curl: (6) Could not resolve host: acme-v02.api.letsencrypt.org; Unknown error
aaPanel_Kern aaP_jovelmark_ff Hi, I suggest you check if your server is set nameserver cat /etc/resolv.conf If not set, execute the following command to set nameserver: echo "nameserver 8.8.8.8" >> /etc/resolv.conf echo "nameserver 1.1.1.1" >> /etc/resolv.conf