QuickBox / QB

QuickBox is much more than a ‘seedbox installer script’, it is a simplistic approach to achieving easy seedbox and services management from a beautifully designed dashboard. Allowing users the ability to interact with their seedbox and server on a professional grade level.
https://quickbox.io
GNU General Public License v3.0
737 stars 171 forks source link

Jackett SSL ERROR #89

Closed alex7614 closed 6 years ago

alex7614 commented 6 years ago

Hi

Fresh Install Ubuntu 16.04, Jackett can't connect to ALL Torrent Website in HTTPS. For website with HTTP no problem.

I checked on Jackett Git and people that try this commande "wget -O - https://curl.haxx.se/ca/cacert.pem | cert-sync /dev/stdin" help for solve problem.

But in my case, it's impot all Cert with success but same problem... I have tried to reboot server, same problem...

Thanks for your help

Full log : https://pastebin.com/8GANPQgW Start of Log : 2017-10-12 08:54:41.4629 Error Jackett.IndexerException: Exception (t411v2): An error occurred while sending the request ---> System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: TrustFailure (Ssl error:0900006e:PEM routines:OPENSSL_internal:NO_START_LINE at /build/mono-5.2.0.224/external/boringssl/crypto/pem/pem_lib.c:623) ---> Mono.Btls.MonoBtlsException: Ssl error:0900006e:PEM routines:OPENSSL_internal:NO_START_LINE at /build/mono-5.2.0.224/external/boringssl/crypto/pem/pem_lib.c:623 at Mono.Btls.MonoBtlsContext.ProcessHandshake () [0x00038] in <2736c63206b04ee9bdd526624de6640b>:0 at Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake (Mono.Net.Security.AsyncProtocolRequest asyncRequest, Mono.Net.Security.AsyncOperationStatus status) [0x0002a] in <2736c63206b04ee9bdd526624de6640b>:0 at Mono.Net.Security.AsyncProtocolRequest.ProcessOperation (Mono.Net.Security.AsyncOperationStatus status) [0x0006b] in <2736c63206b04ee9bdd526624de6640b>:0 at Mono.Net.Security.AsyncProtocolRequest.ProcessOperation () [0x0000d] in <2736c63206b04ee9bdd526624de6640b>:0

alex7614 commented 6 years ago

After a day to check, i re-installed QuickBox with revert to initial snapshot and now working...

Strange...