mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
GNU General Public License v3.0
8.15k stars 642 forks source link

ssl cert error due to sshutle proxyish thing #643

Closed collinalexbell closed 7 years ago

collinalexbell commented 7 years ago

Hello. I am getting an SSL cert error because I am using sshuttle to transparently proxy all traffic through a server (which has 2 network cards, with one able to connect to a wan). Is there a way to deactivate the checking of SSL certs?

ids1024 commented 7 years ago

You probably would have to patch mps-youtube, using something like this: https://stackoverflow.com/questions/33770129/how-do-i-disable-the-ssl-check-in-python-3-x

collinalexbell commented 7 years ago

Ok.