Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: ggc.world
I ran this command:
Following the indications found here: https://webilicious.xyz/getting-began-with-acme-sh-lets-encrypt-ssl-consumer/
(base) marco@pc01:~/webMatters$ git clone https://github.com/acmesh-official/acme.sh.git
Cloning into 'acme.sh'...
remote: Enumerating objects: 9876, done.
remote: Total 9876 (delta 0), reused 0 (delta 0), pack-reused 9876
Receiving objects: 100% (9876/9876), 3.86 MiB | 5.36 MiB/s, done.
Resolving deltas: 100% (5801/5801), done.
(base) marco@pc01:~/webMatters$ cd acme.sh/
(base) marco@pc01:~/webMatters/acme.sh$ sudo mkdir data
root@pc01:/home/marco/webMatters/acme.sh# acme.sh --issue -d www.ggc.world -d ggc.world
--webroot /var/www/ggc.world --force --debug 2
It produced this output:
www.ggc.world:Verify error:Fetching http://www.ggc.world/.well-known/acme-challenge
/2hDrD9c1PpCBlMdccXRu-c5LEaJ2bSW52kEkU9V6Dvw: Connection refused
Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 7
CURLE_COULDNT_CONNECT (7) : https://curl.haxx.se/libcurl/c/libcurl-errors.html
Failed to connect() to host or proxy.
Here the complete log: FailedToConnectToHost.txt (51.5 KB)
My web server is (include version): nginx version: nginx/1.14.0 (Ubuntu)
The operating system my web server runs on is (include version): Ubuntu 18.04.4 Desktop
I can login to a root shell on my machine (yes or no, or I don’t know): yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot):
Looking forward to your kind help.
Marco