Websocket connections rejected #315
Labels
area/httproute
Relates to HTTPRoute resource
bug
Something isn't working
refined
Requirements are refined and the issue is ready to be implemented.
size/extra-small
Estimated to be completed within a day
Milestone
Describe the bug
Might be too early in this project's lifecycle, but I'm seeing rejected websocket connections in a basic gateway/HTTPRoute deployment behind cloudflared. Testing with ksdn117/web-socket-test is successful when the gateway is bypassed, but fails behind the gateway.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Websocket connection established.
Your environment
kubectl -n nginx-gateway logs -l app=nginx-gateway -c nginx
kubectl -n nginx-gateway exec <gateway-pod> -c nginx -- nginx -T
Additional context
Maybe the
Connection
orUpgrade
headers aren't set correctly, like the fix in ingress-nginx? The application provides this error:Aha! Link: https://nginx.aha.io/features/NKG-19
The text was updated successfully, but these errors were encountered: