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

"sslv3 alert certificate unknown" with some servers that require a client cert #531

Closed
nabla-c0d3 opened this issue Oct 16, 2021 · 2 comments

Comments

@nabla-c0d3
Copy link
Owner

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/local/Cellar/python@3.7/3.7.12/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 926, in _bootstrap_inner
    self.run()
  File "/Users/nabla/Documents/tools/sslyze/sslyze/scanner/_mass_connectivity_tester.py", line 108, in run
    network_configuration=scan_request.network_configuration,
  File "/Users/nabla/Documents/tools/sslyze/sslyze/server_connectivity.py", line 129, in check_connectivity_to_server
    tls_version=tls_detection_result.tls_version_supported,
  File "/Users/nabla/Documents/tools/sslyze/sslyze/server_connectivity.py", line 412, in _detect_ecdh_support
    ssl_connection.connect(should_retry_connection=False)
  File "/Users/nabla/Documents/tools/sslyze/sslyze/connection_helpers/tls_connection.py", line 292, in connect
    self.ssl_client.do_handshake()
  File "/Users/nabla/Documents/tools/sslyze/.venv/lib/python3.7/site-packages/nassl/ssl_client.py", line 182, in do_handshake
    self._ssl.do_handshake()
nassl._nassl.OpenSSLError: error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown
@nabla-c0d3 nabla-c0d3 added the bug label Oct 16, 2021
@nabla-c0d3
Copy link
Owner Author

Fixed by nabla-c0d3/nassl@69a7884 . Will need a new release of nassl.

@nabla-c0d3
Copy link
Owner Author

Fixed in v5.0.0.

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

No branches or pull requests

1 participant