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
Gateway API deals with this situation imprecisely, stating:
42
42
43
-
The Listener Hostname SHOULD match at both the TLS and HTTP protocol layers as described above. If an implementation does not ensure that both the SNI and Host header match the Listener hostname, it MUST clearly document that.
43
+
The Listener Hostname SHOULD match at both the TLS and HTTP protocol layers
44
+
as described above. If an implementation does not ensure that both the SNI
45
+
and Host header match the Listener hostname, it MUST clearly document that.
44
46
45
47
In practice we can end up with an implementation that misroutes requests when a
46
48
Gateway is configured using certificates that use multiple or wildcard SANs.
@@ -119,7 +121,7 @@ A new condition will be added to Gateways: `OverlappingTLSConfig`.
119
121
Implementations MUST add this condition to status when a Gateway is configured
120
122
with TLS configuration across multiple Listeners. Implementations MAY add this
121
123
condition to status when a Gateway is configured with overlapping TLS
122
-
certifications. Note that since this is a negative polarity condition, it would
124
+
certificates. Note that since this is a negative polarity condition, it would
0 commit comments