nabla-c0d3 / sslyze

Fast and powerful SSL/TLS scanning library.
GNU Affero General Public License v3.0
3.25k stars 446 forks source link

"Server rejected the connection" but server is healthy #625

Closed joyma closed 3 months ago

joyma commented 1 year ago

"Server rejected the connection" but the server is healthy

To Reproduce Steps to reproduce the behavior:

  1. Install SSLyze 5.2.0
  2. Run the following command 'python -m sslyze --slow_connection vanderpump.co.uk'
  3. See error "Server rejected the connection"

Occasionally the certificate information is reported correctly, but the cipher suite tests don't execute with "Server rejected the connection".

Expected behavior Sslyze should connect to the server and run tests.

Python environment :

Additional context vanderpump.co.uk server is healthy and browser connects OK. OpenSSL -connect works fine.

nabla-c0d3 commented 3 months ago

Hello, I just ran python -m sslyze --slow_connection vanderpump.co.uk on SSLyze 6.0.0 and it worked.