-
Notifications
You must be signed in to change notification settings - Fork 0
OpenSSL certs on OLD Debian
matveynator edited this page May 11, 2023
·
7 revisions
error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
## make backup copy:
mkdir -p /backup
rsync -avP /etc /backup/`date +%d%m%y-%s`
## replace with new certs:
rsync -avP root@NEW-DEBIAN-HOST:/etc/ssl/certs /etc/ssl/
curl https://github.com
curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
curl -L 'http://files.matveynator.ru/gurl/latest/linux/amd64/gurl' > /usr/local/bin/gurl; chmod +x /usr/local/bin/gurl;
gurl https://github.com