nabla-c0d3 / sslyze

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

Catch OSError when checking client auth requirement #613

Closed FestiveKyle closed 1 year ago

FestiveKyle commented 1 year ago

Catches OSError during check for client auth requirements. This error can occur when the server drops the connection, causing the job to never complete.

Fixes #612.