Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3.4.4 in youtube-dl.exe should be updated to be able to work around servers sending expired intermediate certs #25622

Closed
bughit opened this issue Jun 11, 2020 · 2 comments

Comments

@bughit
Copy link

@bughit bughit commented Jun 11, 2020

Checklist

  • I'm reporting a feature request
  • I've verified that I'm running youtube-dl version 2020.06.06
  • I've searched the bugtracker for similar feature requests including closed ones

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.

@bughit bughit added the request label Jun 11, 2020
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 11, 2020

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 dstftw closed this Jun 11, 2020
@dstftw dstftw added the duplicate label Jun 11, 2020
@serge-sb
Copy link

@serge-sb serge-sb commented Jul 29, 2020

@dstftw Please have a look at this branch https://github.com/albertosottile/py2exe/tree/py38 of py2exe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.