Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/e2e/gatewayapi/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ spec:
name: %s
- name: https-with-hostname
port: 443
hostname: api6.com
hostname: test.com
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change to test.com is to avoid conflict in the api7ee mode, as the dashboard API will return an SNI error because the SNI package of another listener certificate contains api6.com.

SNI: api6.com belong to other ssl: f00370bd, please remove it from current ssl

protocol: HTTPS
allowedRoutes:
namespaces:
Expand Down
Loading