How do I update CA certificates? TrustFailure errors...


Recommended Posts

Would anyone be able to give me guidance on how to update missing/outdated CA certificates? I'm getting TrustFailure errors in Jackett, Radarr, Sonarr and Headphones.

 

I've tried wget -O - https://curl.haxx.se/ca/cacert.pem | cert-sync

 

But I'm a bit unsure what directory to update. I've run a search and found: 

 

root@NAS:~# find / -name cert-sync
/var/lib/docker/btrfs/subvolumes/40b6f2bb71af903a869f1a8287e73ebe4ce54f1ed5f43bd570a2224566216acf/usr/bin/cert-sync
/var/lib/docker/btrfs/subvolumes/31a5fe8b13cef33d17288e18e9edaea23ed806cf18721bc00713707f21b38292-init/usr/bin/cert-sync
/var/lib/docker/btrfs/subvolumes/31a5fe8b13cef33d17288e18e9edaea23ed806cf18721bc00713707f21b38292/usr/bin/cert-sync
/var/lib/docker/btrfs/subvolumes/acb938026085c4e809faaa50f3fde26c3e627871a40302e3ed77a7d9bf39eaac/usr/bin/cert-sync
/var/lib/docker/btrfs/subvolumes/393d817eb77bb65709e4074900ff0298c263d30316a8245ea2f3ff0e0ef9fa27-init/usr/bin/cert-sync
/var/lib/docker/btrfs/subvolumes/393d817eb77bb65709e4074900ff0298c263d30316a8245ea2f3ff0e0ef9fa27/usr/bin/cert-sync
/var/lib/docker/btrfs/subvolumes/1dafed58fd65e133a7e5cd695137b815da9fea07efb5064fbff2462df1b43392/usr/bin/cert-sync
/var/lib/docker/btrfs/subvolumes/9813a754dbe1196789d055472bcc1383ebc5e5283a9fd5f6b9753147961e1899-init/usr/bin/cert-sync
/var/lib/docker/btrfs/subvolumes/9813a754dbe1196789d055472bcc1383ebc5e5283a9fd5f6b9753147961e1899/usr/bin/cert-sync

 

What would my update command look like? Apologies, I'm new to this. Hopefully, itresolves my Docker issues. 
 

If not, other people have suggested installing Mono? 

Link to comment
12 hours ago, mcjfauser said:

Would anyone be able to give me guidance on how to update missing/outdated CA certificates? I'm getting TrustFailure errors in Jackett, Radarr, Sonarr and Headphones.

 

 

You would have to run it from inside the docker container. So something like

docker exec -it <nameofcontainer> /usr/bin/cert-sync

But are you sure that there is no updates for your images ? 

Link to comment
12 hours ago, Ignitenz said:

What are the errors you're getting in your dockers? Paste the logs.


Thank you in advance!

For example:

Sonarr:

 

Unable to connect to indexer: Torznab error detected: Exception (eztv): Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED
  at /build/mono/src/mono/external/boringssl/ssl/handshake_client.c:1132
NzbDrone.Core.Indexers.Torznab.TorznabException: Torznab error detected: Exception (eztv): Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED
  at /build/mono/src/mono/external/boringssl/ssl/handshake_client.c:1132
  at NzbDrone.Core.Indexers.Torznab.TorznabRssParser.PreProcess (NzbDrone.Core.Indexers.IndexerResponse indexerResponse) [0x000ca] in <f8c4a2c9e6194b509efc6018724d76df>:0 
  at NzbDrone.Core.Indexers.RssParser.ParseResponse (NzbDrone.Core.Indexers.IndexerResponse indexerResponse) [0x0000d] in <f8c4a2c9e6194b509efc6018724d76df>:0 
  at NzbDrone.Core.Indexers.HttpIndexerBase`1[TSettings].FetchPage (NzbDrone.Core.Indexers.IndexerRequest request, NzbDrone.Core.Indexers.IParseIndexerResponse parser) [0x00050] in <f8c4a2c9e6194b509efc6018724d76df>:0 
  at NzbDrone.Core.Indexers.HttpIndexerBase`1[TSettings].TestConnection () [0x00024] in <f8c4a2c9e6194b509efc6018724d76df>:0

Jackett:

[yts] An error occurred while sending the request: Error: TrustFailure (One or more errors occurred.) (Config) in Binhex-Jackett

 

Headphones: 

Unable to connect to remote host because of a SSL error. It is likely that your system cannot verify the validityof the certificate. The remote certificate is either self-signed, or the remote server uses SNI. See the wiki for more information on this topic.

 

6 hours ago, sarbian said:

 

You would have to run it from inside the docker container. So something like


docker exec -it <nameofcontainer> /usr/bin/cert-sync

But are you sure that there is no updates for your images ? 


Thank you for the response.


So it would be as its named in my volume mapping? For example:

Quote

docker exec -it binhex-jackett /usr/bin/cert-syn 

?

There are no updates available, unfortunately.

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.