ssl-checker icon indicating copy to clipboard operation
ssl-checker copied to clipboard

Needs a timeout

Open rpn0709 opened this issue 5 years ago • 2 comments

I have a list of domains i'm iterating through and it gets stuck on a few because of no timeout.

rpn0709 avatar Jan 19 '20 22:01 rpn0709

Thank you so much for the feedback. Are you running the script via -a parameter? If it's ok, please send sample domains to check here as well.

narbehaj avatar Jan 20 '20 07:01 narbehaj

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

ghost avatar Jul 15 '20 20:07 ghost