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
socket.setdefaulttimeout(timeout) in def get_cert(self, host, port, user_args): would probably help.
ie, socket.setdefaulttimeout(60) or even 10 would speed it up
I have a list of domains i'm iterating through and it gets stuck on a few because of no timeout.
The text was updated successfully, but these errors were encountered: