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
unknown field 'CAFile' in struct literal of type "github.com/coreos/etcd/pkg/transport".
not found transport.TLSInfo in struct define
typeTLSInfostruct {
CertFilestringKeyFilestringTrustedCAFilestringClientCertAuthboolCRLFilestringInsecureSkipVerifybool// ServerName ensures the cert matches the given host in case of discovery / virtual hostingServerNamestring// HandshakeFailure is optionally called when a connection fails to handshake. The// connection will be closed immediately afterwards.HandshakeFailurefunc(*tls.Conn, error)
selfCertbool// parseFunc exists to simplify testing. Typically, parseFunc// should be left nil. In that case, tls.X509KeyPair will be used.parseFuncfunc([]byte, []byte) (tls.Certificate, error)
// AllowedCN is a CN which must be provided by a client.AllowedCNstring// Logger logs TLS errors.// If nil, all logs are discarded.Logger*zap.Logger
}
323CAFile: caFile,
323TrustedCAFile: caFile,
build pass
The text was updated successfully, but these errors were encountered:
unknown field 'CAFile' in struct literal of type "github.com/coreos/etcd/pkg/transport".
not found transport.TLSInfo in struct define
build pass
The text was updated successfully, but these errors were encountered: