From 28cd48fe0be28094e14865b916d0d68dd12601fd Mon Sep 17 00:00:00 2001 From: kaso17 Date: Wed, 1 Feb 2017 13:04:30 +0100 Subject: [PATCH] Update README.md Remove --SSLFix (shouldn't be needed anymore) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1a53e44a..d0574124d 100644 --- a/README.md +++ b/README.md @@ -206,9 +206,9 @@ Jackett is available as beta package from [SynoCommuniy](https://synocommunity.c You can pass various options when running via the command line, see --help for details. -* __Unable to connect to certain trackers on Linux__ +* __Unable to connect to trackers with invalid SSL certificates__ - Try running with the "--SSLFix true" if you are on Redhat/Fedora/NNS based libcurl. If the tracker is currently configured try removing it and adding it again. Alternatively try running with a different client via --UseClient (Warning: safecurl just executes curl and your details may be seen from the process list). You can also try running with the "--IgnoreSslErrors true" option which is useful if the site has an invalid SSL certificate. + 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__