We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b11c4 commit f587c83Copy full SHA for f587c83
1 file changed
internal/gatewayapi/validate.go
@@ -686,6 +686,7 @@ func (t *Translator) validateTLSConfiguration(
686
gwapiv1.ListenerReasonNoValidCACertificate,
687
message,
688
)
689
+ specValid = false
690
}
691
692
return specValid
0 commit comments