crypto/tls.CertificateVerificationError.Err (field)
9 uses
crypto/tls (current package)
common.go#L1757: Err error
common.go#L1761: return fmt.Sprintf("tls: failed to verify certificate: %s", e.Err)
common.go#L1765: return e.Err
handshake_client.go#L1151: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_client.go#L1157: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_client.go#L1174: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_client.go#L1180: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_server.go#L976: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
handshake_server.go#L982: return &CertificateVerificationError{UnverifiedCertificates: certs, Err: err}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)