You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an OpenSSLError is raised for invalid padding, the scan hangs forever. There is an illegal padding in the _HANDSHAKE_REJECTED_TLS_ERRORS, but not a invalid padding.
Expected behavior
The error should be caught.
Python environment (please complete the following information):
OS: Ubuntu 22.04
Python version: 3.10.12
Additional context
Image of error:
The text was updated successfully, but these errors were encountered:
Describe the bug
If an OpenSSLError is raised for
invalid padding
, the scan hangs forever. There is anillegal padding
in the_HANDSHAKE_REJECTED_TLS_ERRORS
, but not ainvalid padding
.Expected behavior
The error should be caught.
Python environment (please complete the following information):
Additional context
Image of error:
The text was updated successfully, but these errors were encountered: