mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #359 from TrueTechy/because-why-not
SSL Verification Fix
This commit is contained in:
commit
2dff3a96ef
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ class API(object):
|
||||||
"data": data
|
"data": data
|
||||||
}
|
}
|
||||||
|
|
||||||
if not settings('sslverify'):
|
if not settings('sslverify.bool'):
|
||||||
request_settings["verify"] = False
|
request_settings["verify"] = False
|
||||||
|
|
||||||
LOG.info("Sending %s request to %s" % (method, path))
|
LOG.info("Sending %s request to %s" % (method, path))
|
||||||
|
|
Loading…
Reference in a new issue