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
check_cert has the option to allow self-signed certificates. This will currently only ignore the OpenSSL error `18: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT` during verification.
Any other OpenSSL errors related to the certificate, e.g. `19: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN` will still trigger an alert.
SUP-22489
Change-Id: Ia8304227e9cdedb611e02162e8959569e4079aae
0 commit comments