[SOLVED] Letsencrypt request: SSLError: ("bad handshake: Error([('SSL routines', 'ssl3_read_bytes', 'tlsv1 al

Michel V

Well-Known Member
Jul 5, 2018
32
1
48
125
Hey,

I am running the script from IT Niels to update my LetsEncrypt certs. I successfully obtained certs before, but now ran into this cryptic error:

Disable firewall
Updating certificate
Saving debug log to /var/log/letsencrypt/letsencrypt.log
An unexpected error occurred:
SSLError: ("bad handshake: Error([('SSL routines', 'ssl3_read_bytes', 'tlsv1 alert internal error')],)",)
Please see the logfiles in /var/log/letsencrypt for more details.
Writting certificates to proxmox
LetsEncryptProxmox.sh: line 64: /etc/pve/nodes/controller.cloud/pve-ssl.key: No such file or directory
LetsEncryptProxmox.sh: line 66: /etc/pve/nodes/controller.cloud/pve-ssl.pem: No such file or directory
Enable firewall
Restarting proxmox service
All done! :-)

Script here: itniels.dk/virtualization/proxmox/proxmox-and-letsencrypt-certificates/

Internet searches give unclear responses/clues.

Also note that using the GUI in 5.2 gives me no luck, and running command line update with certbot gives this exact error.

Anyone any idea?
 
Sorry for being overcomplete.

I retried with root as user (ahum) and disabling the firewall (ok, 80 needs open, maybe we can we forse https validation later on?)

Thanks,