-
Notifications
You must be signed in to change notification settings - Fork 455
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
ssl.match_hostname() is deprecated #627
Comments
Is there any easy workaround for this? This is a problem running sslyze 5.2.0 on the latest Debian stable (12 aka Bookworm). |
sslyze fails to start with python3_12. Please fix |
a potential "quick" workaround is to use "https://pypi.org/project/backports.ssl_match_hostname/", but I'm not sure. |
there was the same issue in other project and I'd say there is a good solution: aiortc/aioquic#368 tl;dr
|
This might get solved by #638 |
Fixed in v6.0.0. |
ssl.match_hostname()
function used here:sslyze/sslyze/plugins/certificate_info/_cert_chain_analyzer.py
Line 296 in 49380c1
is deprecated since Python 3.7, and is already absent in 3.12.
The text was updated successfully, but these errors were encountered: