Hello, we have several domains in our server, and when we try to create a certificate for a new one with certbot we're getting a handshake problem. We created the server a few weeks ago and until today we requested new certificates without any problems.
I've seen this link, and it seems that we are having that problem, so let me kindly tag you @lestaff
I don't know if it's because a problem with the previous owner of the ip, or if it's because of the several domains we have in our server.
Details:
My domain is: One of them is emblematic.es, but there are several ones and more to come. Our ip is 188.166.113.247
I ran this command:
We detected the problem using "certbot --apache", but the main problem is when requesting to the url:
curl -v https://acme-v02.api.letsencrypt.org/
It produced this output:
* Trying 172.65.32.248:443...
* TCP_NODELAY set
* Connected to acme-v02.api.letsencrypt.org (172.65.32.248) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/certs/ca-certificates.crt
CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to acme-v02.api.letsencrypt.org:443
* Closing connection 0
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to acme-v02.api.letsencrypt.org:443
My web server is (include version): Apache 2.4.41
The operating system my web server runs on is (include version): Ubuntu 20.04.1
My hosting provider, if applicable, is: Digital Ocean
I can login to a root shell on my machine: Yes
I'm using a control panel to manage my site: No
The version of my client is: curl 7.68
Thanks!