How to Fix TLS Certificate Verification Failed Errors in Easynews
If you're receiving a "TLS certificate verification failed" error while trying to connect to Easynews using SSL, it usually means your system doesn't recognize or trust the current SSL certificate authority. This may happen if your system or application has an outdated or misconfigured certificate store.
Follow the instructions below to resolve the issue based on your operating system and newsreader.
What the Error Means
TLS (Transport Layer Security) is used to secure connections to Easynews. When this error appears, it usually means that the newsreader or operating system cannot validate the SSL certificate used to encrypt your Usenet connection.
Most commonly, this happens when the certificate authority (CA) that signed the Easynews SSL certificate is missing or outdated in your certificate store.
Solutions by Operating System
Windows
-
Make sure your Windows system is fully updated.
-
Use a newsreader that relies on the Windows certificate store (such as Newslazer, NZBGet, or SABnzbd).
-
If you're using SABnzbd, update to the latest version to automatically use the Windows CA bundle.
macOS
-
Open Keychain Access.
-
Under "System Roots" or "System", search for "USERTrust RSA Certification Authority" and "AAA Certificate Services".
-
Make sure these certificates are marked as trusted.
-
If missing, visit the CA’s website and import the latest root certificates.
Linux
-
Make sure your system’s CA certificates package is up to date. This is often named
ca-certificates
. -
On Debian/Ubuntu, run:
sudo apt update && sudo apt install --reinstall ca-certificates
-
On Fedora/RHEL/CentOS, run:
sudo dnf reinstall ca-certificates
-
Restart your newsreader.
Solutions by Newsreader
SABnzbd
-
Update to the latest version of SABnzbd.
-
Go to Config > General.
-
Under Security, enable Verify Certificates.
-
If the problem persists, disable certificate verification as a temporary workaround, but this is not recommended for long-term use.
NZBGet
-
Update to the latest version of NZBGet.
-
Open your NZBGet configuration file.
-
Locate the
CertCheck
option and set it tono
as a short-term workaround. -
To properly fix the issue, make sure your system CA store is up to date (see OS-specific steps above).
Still Seeing Issues?
If you’ve followed these steps and the error persists, try the following:
-
Restart your newsreader and system.
-
Switch to a different SSL port (563 or 995).
-
Contact Easynews support with your newsreader and operating system details.