Hello - Not sure if this is the right area, but I am trying to figure out how to connect to private torrent trackers with HTTPs. Recently one of the trackers got updated, but their certificate is not being validated.
I understand there is a toggle to disable TLS verification, TR_CURL_SSL_VERIFY=0, but that doesn't seem to work. I inserted this variable into the S88Transmission file.
Any help will be appreciated.
Code:
Jan 8 14:10:28 transmission-daemon[22386]: web will verify tracker certs using envvar CURL_CA_BUNDLE: none (web.c:400)
Jan 8 14:10:28 transmission-daemon[22386]: web NB: this only works if you built against libcurl with openssl or gnutls, NOT nss (web.c:401)
Jan 8 14:10:28 transmission-daemon[22386]: web NB: invalid certs will show up as 'Could not connect to tracker' like many other errors (web.c:402)
I understand there is a toggle to disable TLS verification, TR_CURL_SSL_VERIFY=0, but that doesn't seem to work. I inserted this variable into the S88Transmission file.
Any help will be appreciated.