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
Would it be possible to add in a way to have a configurable timeout, so as to speed up output for a large number of hosts being checked? (Especially for folks who have been given a bunch of hostnames to check certs on without the folks handing over the details knowing if each host even has ssl.)
And while this does speed things up and allow me to take a list of hostnames that may or may not have ssl on them it does cause a lot of extra errors in the output about temp files not being readable or existing
The text was updated successfully, but these errors were encountered:
Hello!
Would it be possible to add in a way to have a configurable timeout, so as to speed up output for a large number of hosts being checked? (Especially for folks who have been given a bunch of hostnames to check certs on without the folks handing over the details knowing if each host even has ssl.)
I've been able to add one by adjusting
ssl-cert-check/ssl-cert-check
Line 677 in 967b937
echo "" | timeout 5 "${OPENSSL}" s_client $OPTIONS 2> "${ERROR_TMP}" 1> "${CERT_TMP}"
And while this does speed things up and allow me to take a list of hostnames that may or may not have ssl on them it does cause a lot of extra errors in the output about temp files not being readable or existing
The text was updated successfully, but these errors were encountered: