-
Notifications
You must be signed in to change notification settings - Fork 456
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
Multiple issues with pure SSLv2 server #601
Labels
Comments
|
|
|
|
Hello, |
Fixed in v5.2.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
sslyze seems to be unable to connect to pure SSLv2 servers.
To Reproduce
Steps to reproduce the behavior:
zlib enable-rc5 enable-md2 enable-gost enable-cast enable-idea enable-ripemd enable-mdc2
/opt/openssl-1.0.2e/bin/openssl s_server -www -port 1234 -cert foo.crt -key foo.key -ssl2
sslyze localhost:1234
Probing failed: could not find a TLS version and cipher suite supported by the server; discarding scan.
sslyze localhost:1234
Expected behavior
sslyze should complete all checks without errors.
Python environment (please complete the following information):
Additional context
I was unsure whether to open multiple issues or not. I'm going to respond to this bug report, so you can split as needed.
Patch
The text was updated successfully, but these errors were encountered: