mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix instructions for certificates on macOS (#1737)
* Fix instructions for certificates on macOS * Remove an awful double space * README cleanup * Updated command
This commit is contained in:
16
README.md
16
README.md
@@ -18,7 +18,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
|||||||
|
|
||||||
#### Supported Systems
|
#### Supported Systems
|
||||||
* Windows using .NET 4.5
|
* Windows using .NET 4.5
|
||||||
* Linux and OSX using Mono 4 (mono 3 is no longer supported).
|
* Linux and macOS using Mono 4 (mono 3 is no longer supported).
|
||||||
|
|
||||||
### Supported Public Trackers
|
### Supported Public Trackers
|
||||||
* Anidex
|
* Anidex
|
||||||
@@ -275,11 +275,7 @@ Detailed instructions for [Ubuntu 14.x](http://www.htpcguides.com/install-jacket
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
Install [Mono 4](http://www.mono-project.com/download/#download-mac) or better (version 4.8 is recommended).
|
Install [Mono 4](http://www.mono-project.com/download/#download-mac) or better (version 4.8 is recommended).
|
||||||
* Setup ssl support by running
|
* Setup ssl support by running `curl -sS https://curl.haxx.se/ca/cacert.pem | cert-sync --user /dev/stdin`
|
||||||
```
|
|
||||||
https://curl.haxx.se/ca/cacert.pem
|
|
||||||
cert-sync --user ~/Downloads/cacert.pem
|
|
||||||
```
|
|
||||||
|
|
||||||
### Install as service
|
### Install as service
|
||||||
1. Download and extract the latest `Jackett.Binaries.Mono.tar.gz` release from the [releases page](https://github.com/Jackett/Jackett/releases).
|
1. Download and extract the latest `Jackett.Binaries.Mono.tar.gz` release from the [releases page](https://github.com/Jackett/Jackett/releases).
|
||||||
@@ -307,16 +303,16 @@ Jackett is available as beta package from [SynoCommunity](https://synocommunity.
|
|||||||
|
|
||||||
If you're using mono this is often caused by missing ca-certificates.
|
If you're using mono this is often caused by missing ca-certificates.
|
||||||
Try reimporting the certificates in this case:
|
Try reimporting the certificates in this case:
|
||||||
|
- On Linux: `wget -O - https://curl.haxx.se/ca/cacert.pem | cert-sync /dev/stdin`
|
||||||
`wget -O - https://curl.haxx.se/ca/cacert.pem | cert-sync /dev/stdin`
|
- On macOS: `curl -sS https://curl.haxx.se/ca/cacert.pem | cert-sync --user /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.
|
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__
|
* __Enable logging__
|
||||||
|
|
||||||
You can get additional logging with the command line switches `-t -l` or by enabeling `Enhanced logging` via the web interface.
|
You can get additional logging with the command line switches `-t -l` or by enabling `Enhanced logging` via the web interface.
|
||||||
Please post logs if you are unable to resolve your issue with these switches ensuring to remove your username/password/cookies.
|
Please post logs if you are unable to resolve your issue with these switches ensuring to remove your username/password/cookies.
|
||||||
The logfiles (log.txt/updater.txt) are stored in `%ProgramData%\Jackett` on Windows and `~/.config/Jackett/` on Linux/OSX.
|
The logfiles (log.txt/updater.txt) are stored in `%ProgramData%\Jackett` on Windows and `~/.config/Jackett/` on Linux/macOS.
|
||||||
|
|
||||||
## Creating an issue
|
## Creating an issue
|
||||||
Please supply as much information about the problem you are experiencing as possible. Your issue has a much greater chance of being resolved if logs are supplied so that we can see what is going on. Creating an issue with '### isn't working' doesn't help anyone to fix the problem.
|
Please supply as much information about the problem you are experiencing as possible. Your issue has a much greater chance of being resolved if logs are supplied so that we can see what is going on. Creating an issue with '### isn't working' doesn't help anyone to fix the problem.
|
||||||
|
Reference in New Issue
Block a user