StorageGRID Weekly AutoSupport fails with Verify Certificate enabled
Applies to
- NetApp StorageGRID
- AutoSupport with Verify Certificate enabled
Issue
- StorageGRID unable to send AutoSupport using HTTPS with Verify Certificate option enabled.
- Grid Manager reports:
AutoSupport message failed to sendand Results tab records Weekly AutoSupport Failed /var/local/log/nms.logrecords:ERROR SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) (Faraday::SSLError)
/var/local/log/bycast-err.logrecords:ERROR Connection to autosupport destination https://support.netapp.com:443 failed with error SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate)
- Disabling certificate validation (Do not verify certificate) allows ASUP messages to be sent successfully.
wgetto the ASUP server connects but does not resolve certificate:
root@admin_node:~ # wget https://support.netapp.com/put/AsupPut/--2026-07-16 17:23:29-- https://support.netapp.com/put/AsupPut/Resolving support.netapp.com (support.netapp.com)... 216.240.21.18Connecting to support.netapp.com (support.netapp.com)|216.240.21.18|:443... connected.
ERROR: The certificate of ‘support.netapp.com’ is not trusted.
ERROR: The certificate of ‘support.netapp.com’ doesn't have a known issuer.
telnetto the ASUP server shows Connected:
root@admin_node:~ # telnet 216.240.21.18 443Trying 216.240.21.18...Connected to 216.240.21.18.Escape character is '^]'.Connection closed by foreign host.
- Running
traceroute support.netapp.comshows a stop at a specific IP address.
