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:
84.16.241.208
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
centos 7
My hosting provider, if applicable, is:
leaseweb
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):
cpanel
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
i got this when pick lets encrypt ssl from manage ssl cpanel whm and save
API failure: Net::ACME2::HTTP::Network: The system failed to send an HTTP “GET” request to “https://acme-v02.api.letsencrypt.org/directory” because of an error: SSL connection failed for acme-v02.api.letsencrypt.org: SSL connect attempt failed error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed ...propagated at /usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/Net/ACME2/HTTP.pm, line 225
Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
Thus you need to own and have control over the Domain Name (or have a subdomain under an existing domain name, for example pointed to your server by your employer or school) you wish to obtain a certificate for, from an ICANN Accredited Registrar.
Since these are Domain Validation (DV) certificates the Domain Name System (DNS) is used extensively in the validation process as well a allowing us to assist here on Let's Encrypt community.
DNS Queries need to give consistent results from any location on the Internet, all your authoritative DNS Servers for the Domain need to also give consistent results as well.
Actually I think your curl -v acme-v02.api.letsencrypt.org fine, this is what I get.
(Maybe you had meant to do curl -v https://acme-v02.api.letsencrypt.org
or even better yet curl -v https://acme-v02.api.letsencrypt.org/directory)
$ curl -v acme-v02.api.letsencrypt.org
* Trying 172.65.32.248:80...
* Connected to acme-v02.api.letsencrypt.org (172.65.32.248) port 80 (#0)
> GET / HTTP/1.1
> Host: acme-v02.api.letsencrypt.org
> User-Agent: curl/7.81.0
> Accept: */*
>
* Recv failure: Connection reset by peer
* Closing connection 0
curl: (56) Recv failure: Connection reset by peer
$ curl -Ii http://acme-v02.api.letsencrypt.org
curl: (52) Empty reply from server