ssl-checker
ssl-checker copied to clipboard
Needs a timeout
I have a list of domains i'm iterating through and it gets stuck on a few because of no timeout.
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.
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