Hello,
i cant download with SLL anymore. I get this message in sabnzbd :
"Secure (SSL) connections from SABnzbd to newsservers and HTTPS websites will be encrypted, however, validating a server's identity using its certificates is not possible. Python 2.7.9 or above, OpenSSL 1.0.2 or above and up-to-date local CA certificates are required"
How can i update the CA certificates?
Thanks!
Sabnzbd/SLL certificate Topic is solved
Re: Sabnzbd/SSL certificate
I'm doubtful the problem is with root certificates.
This is what I have on one of the servers:
and no updates seem to be available.
This is what I have on one of the servers:
Code: Select all
ca-certificates 20161130+nmu1+deb9u1 all Common CA certificates
Re: Sabnzbd/SLL certificate
You are on a Stretch system, right? echo $G_DISTRO_NAME
Python should be current enough: https://packages.debian.org/stretch/python
OpenSSL on Stretch is 1.1.0: https://packages.debian.org/stretch/openssl
ca-certificates should be fine, they were updated in summer 2018: http://ftp.de.debian.org/debian/pool/ma ... tificates/
We updated our SABnzbd installer for v6.23 to use the most current release. You might want to try it with that by applying to the open beta: https://github.com/MichaIng/DietPi/issues/2750
Python should be current enough: https://packages.debian.org/stretch/python
OpenSSL on Stretch is 1.1.0: https://packages.debian.org/stretch/openssl
ca-certificates should be fine, they were updated in summer 2018: http://ftp.de.debian.org/debian/pool/ma ... tificates/
We updated our SABnzbd installer for v6.23 to use the most current release. You might want to try it with that by applying to the open beta: https://github.com/MichaIng/DietPi/issues/2750
Re: Sabnzbd/SLL certificate
Thanks! The update works.