mirror of
https://github.com/transmission/transmission
synced 2024-12-22 07:42:37 +00:00
Add documentation for TR_CURL_SSL_NO_VERIFY environment variable. (#3656)
This commit is contained in:
parent
e49747ab51
commit
fecdc418e5
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ Users can set environmental variables to override Transmission's default behavio
|
|||
## Transmission-Specific Variables
|
||||
* If `TRANSMISSION_HOME` is set, Transmission will look there for its settings instead of in the [default location](Configuration-Files.md#Locations).
|
||||
* If `TRANSMISSION_WEB_HOME` is set, Transmission will look there for the [Web Interface](Web-Interface.md) files, such as the JavaScript, HTML, and graphics files.
|
||||
* If `TR_CURL_SSL_NO_VERIFY` is set, Transmission will not validate SSL certificate for HTTPS connections when talking to trackers. See CURL's documentation ([CURLOPT_SSL_VERIFYHOST](https://curl.se/libcurl/c/CURLOPT_SSL_VERIFYHOST.html) and [CURLOPT_SSL_VERIFYPEER](https://curl.se/libcurl/c/CURLOPT_SSL_VERIFYPEER.html)) for more details.
|
||||
* If `TR_CURL_VERBOSE` is set, debugging information for libcurl will be enabled. More information about libcurl's debugging mode [is available here](https://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTVERBOSE).
|
||||
* If `TR_DEBUG_FD` is set to an integer, that integer is treated as a [file descriptor](https://en.wikipedia.org/wiki/File_descriptor) and very verbose debugging information is written to it. For example, here is how to turn on debugging and save it to a file named "runlog" when running Transmission from a bash shell:
|
||||
```console
|
||||
|
|
Loading…
Reference in a new issue