In hetrixtools_agent.sh:
# Post data
wget -t 1 -T 30 -qO- --post-file="$ScriptPath/hetrixtools_agent.log" --no-check-certificate https://sm.hetrixtools.com/ &> /dev/null
What's the point of --no-check-certificate?..
sslyze --certinfo sm.hetrixtools.com:443 | grep -E 'Issuer|Status'
Issuer: COMODO ECC Domain Validation Secure Server CA 2
OCSP Response Status: successful
Cert Status: good
In hetrixtools_agent.sh:
What's the point of
--no-check-certificate?..