Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
python 3.4.4 in youtube-dl.exe should be updated to be able to work around servers sending expired intermediate certs #25622
Comments
|
I've already pointed out numerous of times: py2exe does not support python >3.4. Stop posting duplicates, there are already issues opened for switching from py2exe. |
|
@dstftw Please have a look at this branch https://github.com/albertosottile/py2exe/tree/py38 of py2exe. |
Checklist
Description
http client in newer python versions (3.8.3) can better handle servers sending expired intermediate certs. Like current browsers it will build an alternate chain if possible, whereas 3.4.4 (will/is more likely to) fail to validate the server cert. The following issues illustrate the problem: #25541, #25617.