From c5eb78602a22a348d6d6b5732780e62a2432f8e6 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Fri, 19 May 2017 17:32:17 +0200 Subject: [PATCH] update SSL troubleshooting --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9da70fa5..1e7687b3d 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,10 @@ Jackett is available as beta package from [SynoCommuniy](https://synocommunity.c * __Unable to connect to trackers with invalid SSL certificates__ - You can disable certificate validation using the `--IgnoreSslErrors true` option but it's not recommended to use it as it enables Man-in-the-middle attacks on your connections. + If you're using mono this is often caused by missing ca-certificates. + Try reimporting the certificates in this case: + `wget -O - https://curl.haxx.se/ca/cacert.pem | cert-sync /dev/stdin` + As a option of last resort you can disable certificate validation using the `--IgnoreSslErrors true` option but it's not recommended to use it as it enables Man-in-the-middle attacks on your connections. * __Enable logging__