Server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

How to fix error in Debian Linux: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

Try to reinstall certificates:

# apt-get install --reinstall ca-certificates

Then add root certificates:

sudo mkdir /usr/local/share/ca-certificates/cacert.org
sudo wget -P /usr/local/share/ca-certificates/cacert.org http://www.cacert.org/certs/root.crt http://www.cacert.org/certs/class3.crt
sudo update-ca-certificates

Discuss article in ArsTech Forum

Fix wget ERROR: The certificate of ‘ ’ is not trusted

   

If you like what you are reading, please:

Buy me a coffeeBuy me a coffee

arstech

One Comment

  1. Thanks, very curious how it happened. Running raspberry pi 3b+ with octoprint / octopi and had problems with SpaghettiDetective failing to connect to its websocket server.

Leave a Reply