Skip to content

Commit

Permalink
Merge pull request #660 from SG420/release
Browse files Browse the repository at this point in the history
Handle certificate unknown error
  • Loading branch information
nabla-c0d3 authored Jan 3, 2025
2 parents bb5ce43 + 6a8d48f commit 7112e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sslyze/connection_helpers/tls_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def _open_socket(server_location: ServerNetworkLocation, network_timeout: int) -
# enabled in the client; for example client only supports EC cipher suites but server returned an RSA certificate
"wrong certificate type": "Server returned wrong certificate type",
"invalid encoding": "TLS error: Invalid encoding",
"certificate unknown": "TLS alert: certificate unknown"
}


Expand Down

0 comments on commit 7112e3d

Please sign in to comment.