Type alias CertVerificationStatus

CertVerificationStatus: "SUCCESS" | "NONE" | "FAILED:self signed certificate" | "FAILED:unable to verify the first certificate" | "FAILED:certificate is not yet valid" | "FAILED:certificate has expired" | "FAILED"

Possible outcomes of TLS verification