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

Error when running --openssl_ccs #548

Closed
clysel opened this issue Jan 4, 2022 · 1 comment
Closed

Error when running --openssl_ccs #548

clysel opened this issue Jan 4, 2022 · 1 comment

Comments

@clysel
Copy link

clysel commented Jan 4, 2022

   I have opened an issue at https://github.com/nabla-c0d3/sslyze/issues with the following information:

   * SSLyze version: 5.0.2
   * Server: vejen.mitpas.dk:443 - 77.247.65.55
   * Scan command: openssl_ccs_injection

   Traceback (most recent call last):
     File "/home/chel/.local/lib/python3.10/site-packages/sslyze/scanner/_mass_scanner.py", line 265, in _generate_result_for_completed_server_scan
scan_cmd_result = plugin_implementation_cls.result_for_completed_scan_jobs(
     File "/home/chel/.local/lib/python3.10/site-packages/sslyze/plugins/openssl_ccs_injection_plugin.py", line 88, in result_for_completed_scan_jobs
return OpenSslCcsInjectionScanResult(is_vulnerable_to_ccs_injection=scan_job_results[0].get_result())
     File "/home/chel/.local/lib/python3.10/site-packages/sslyze/plugins/plugin_base.py", line 62, in get_result
raise self._exception
     File "/home/chel/.local/lib/python3.10/site-packages/sslyze/scanner/_jobs_worker_thread.py", line 50, in run
return_value = job_to_complete.function_to_call(*job_to_complete.function_arguments)
     File "/home/chel/.local/lib/python3.10/site-packages/sslyze/plugins/openssl_ccs_injection_plugin.py", line 109, in _test_for_ccs_injection
ssl_connection.connect()
     File "/home/chel/.local/lib/python3.10/site-packages/sslyze/connection_helpers/tls_connection.py", line 305, in connect
raise ServerRejectedTlsHandshake(
   sslyze.errors.ServerRejectedTlsHandshake: vejen.mitpas.dk:443 -> "Server rejected the connection".
@nabla-c0d3
Copy link
Owner

Fixed in v5.0.5

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

2 participants