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.12 removes the ssl.wrap_socket() function. #778

Closed
cclauss opened this issue Dec 23, 2023 · 1 comment
Closed

Python 3.12 removes the ssl.wrap_socket() function. #778

cclauss opened this issue Dec 23, 2023 · 1 comment
Labels
Status: Available No one has claimed responsibility for resolving this issue.

Comments

@cclauss
Copy link
Contributor

cclauss commented Dec 23, 2023

Python 3.12 removes the ssl.wrap_socket() function. https://docs.python.org/3/whatsnew/3.12.html#ssl

Any package that still uses ssl.wrap_socket() is broken and insecure.

As discussed in:

@github-actions github-actions bot added the Status: Available No one has claimed responsibility for resolving this issue. label Dec 23, 2023
@cclauss
Copy link
Contributor Author

cclauss commented Dec 23, 2023

Fixed in #771

@cclauss cclauss closed this as completed Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Available No one has claimed responsibility for resolving this issue.
Projects
None yet
Development

No branches or pull requests

1 participant