Hi there,
i'm getting lots of ssl handshake errors lately...happens on all trackers i tried to add. Started sometime after updating to the latest DSM Version on my DS413j, worked without any hiccups before that.
Currently running ->
Jackett version: 0.8.602.0
Mono version (if not using Windows): 5.4.1.6-9
DSM Version: DSM 6.1.4-15217 Update 5
Any ideas? Couldn't find any similar errors nor Google could help me :)
Try reimporting the certificates in this case:
wget -O - https://curl.haxx.se/ca/cacert.pem | cert-sync /dev/stdin
sudo wget -O - https://curl.haxx.se/ca/cacert.pem | sudo cert-sync /dev/stdin
curl -sS https://curl.haxx.se/ca/cacert.pem | cert-sync --user /dev/stdin
and reboot (or just restart all Jackett services) after the imports are completed.
@garfield69 you saved my life :) Thank you so much
used the QNAP reference and used following command to get it working on my Synology:
wget https://curl.haxx.se/ca/cacert.pem
/volume1/@appstore/mono/bin/cert-sync /tmp/cacert.pem
Had the same issue myself on Synology. Ran these two commands and afterwards restarted Jackett from DSM, didn't have to reboot the whole NAS:
wget https://curl.haxx.se/ca/cacert.pem
sudo /volume1/@appstore/mono/bin/cert-sync ./cacert.pem
@DrMacinyasha
Hi. Did the same but same error again after restarting Jackett
Most helpful comment
Try reimporting the certificates in this case:
wget -O - https://curl.haxx.se/ca/cacert.pem | cert-sync /dev/stdin
or
sudo wget -O - https://curl.haxx.se/ca/cacert.pem | sudo cert-sync /dev/stdin
curl -sS https://curl.haxx.se/ca/cacert.pem | cert-sync --user /dev/stdin
and reboot (or just restart all Jackett services) after the imports are completed.