crypto/tls.CertificateVerificationError.Err (field)
9 uses
crypto/tls (current package)
common.go#L1681: Err error
common.go#L1685: return fmt.Sprintf("tls: failed to verify certificate: %s", e.Err)
common.go#L1689: return e.Err
handshake_client.go#L1125: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_client.go#L1131: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_client.go#L1148: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_client.go#L1154: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_server.go#L947: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_server.go#L953: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)