Troubleshooting - quekky/pyktv GitHub Wiki

https not working in windows

Either

  1. For youtube, http://woshub.com/updating-trusted-root-certificates-in-windows-10/

powershell as admin:

certutil.exe -generateSSTFromWU roots.sst

Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root roots.sst

  1. If self-sign cert, PYTHONHTTPSVERIFY=0