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
add an option to disable IPv4 or IPv6 check (when running docker run --rm aeris22/cryptcheck:v2 bin/check_https.rb, IPv6 check fails, would be cool to just do an IPv4 check)
add an option to have only a JSON output (so it can be processed by scripts, may be with a Nagios probe)
The text was updated successfully, but these errors were encountered:
add an option to specify the path for the check (for ex, I can't do a HEAD / on my Ceph S3 API (it returns a 403 status, without the STS header), but I can do it on a file.).
docker run --rm aeris22/cryptcheck:v2 bin/check_https.rb
, IPv6 check fails, would be cool to just do an IPv4 check)The text was updated successfully, but these errors were encountered: