0

We have a new Kubernetes stack on Azure, with ingresses set up and an Application Gateway for Containers, normal HTTP/HTTPS traffic seems to flow perfectly fine, but our websockets over WSS are all getting 403s.

  • The application works fine on AWS (in a ton of other environments, with load balancers, without, etc.)
  • When logging on our application as part of our websocket auth code, we never see the request come in (but we do see all the other requests being made), suggesting we never make it by the AGC
  • I see practically no configuration on the AGC though, nor do I see any ingress configuration that would suggest fixing WSS
  • Certs are fine, chain is good, etc.

0

You must log in to answer this question.

Browse other questions tagged .