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
log.Error("invalid combination of --verify-tls and --server-attestation-type passed (only 'none' is allowed)")
101
-
returnerrors.New("invalid combination of --verify-tls and --server-attestation-type passed (only 'none' is allowed)")
94
+
ifserverMeasurements!=nil&&verifyTLS {
95
+
log.Error("invalid combination of --verify-tls and --server-measurements passed (cannot add server measurements and verify default TLS at the same time)")
96
+
returnerrors.New("invalid combination of --verify-tls and --server-measurements passed (cannot add server measurements and verify default TLS at the same time)")
102
97
}
103
98
104
99
// Auto-detect client attestation type if not specified
0 commit comments