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
Resources we ingest can attempt to assign the same SNI (hostname) to multiple certificates, but the gateway can only serve a single certificate for a given hostname. When we encounter an SNI we have already bound to a certificate, we keep only the first certificate binding.
When we alert on this, users need to fix whichever resource (Gateway Listener or Ingress-like resource) assigned the SNI, either choosing another hostname or using the same certificate for both. To that end, when we build the SNI->Secret maps that we then use to construct Kong certificate resources, we should include which resource added that SNI, and log both the parent resource that won and the parent resource that lost when we encounter a conflict.
The text was updated successfully, but these errors were encountered:
Resources we ingest can attempt to assign the same SNI (hostname) to multiple certificates, but the gateway can only serve a single certificate for a given hostname. When we encounter an SNI we have already bound to a certificate, we keep only the first certificate binding.
When we alert on this, users need to fix whichever resource (Gateway Listener or Ingress-like resource) assigned the SNI, either choosing another hostname or using the same certificate for both. To that end, when we build the SNI->Secret maps that we then use to construct Kong certificate resources, we should include which resource added that SNI, and log both the parent resource that won and the parent resource that lost when we encounter a conflict.
The text was updated successfully, but these errors were encountered: