Skip to content

Add SNI bypass for reverse proxy health checks#364

Open
KashDev00 wants to merge 1 commit into
mainfrom
add-sni-bypass
Open

Add SNI bypass for reverse proxy health checks#364
KashDev00 wants to merge 1 commit into
mainfrom
add-sni-bypass

Conversation

@KashDev00

@KashDev00 KashDev00 commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

This PR adds an SNI bypass for the reverse proxy health check.

The health check module does not add an SNI(server name indication) to the health check request.

Envoy expects the SNI to be present in the request. Without the SNI in the request envoy rejects the request, and the reverse proxy thinks the server is down.

Adding a default listener and an HTTP route, and a default listener without the hostname(no SNI required, if no hostname is checked) resolves the issue

@KashDev00 KashDev00 requested review from a team as code owners July 3, 2026 13:21
@KashDev00 KashDev00 requested a review from bashanlam July 3, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants