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
The integration test TestHTTPSIngress fails in running validation tests against Kong gateway image kong/kong-gateway-dev:2.8.4.2-rc1. After deep dive into the case, we found that the certificates used in the test case is problematic. The certificate having CN foo.com has an empty SAN field and is used for hostname bar.example.com.
Proposed Solution
Update the certificate used in TestHTTPSIngress
use the same hostname as in the certificate
Additional information
No response
Acceptance Criteria
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Problem Statement
The integration test
TestHTTPSIngress
fails in running validation tests against Kong gateway imagekong/kong-gateway-dev:2.8.4.2-rc1
. After deep dive into the case, we found that the certificates used in the test case is problematic. The certificate having CNfoo.com
has an empty SAN field and is used for hostnamebar.example.com
.Proposed Solution
TestHTTPSIngress
Additional information
No response
Acceptance Criteria
No response
The text was updated successfully, but these errors were encountered: