I deployed service on Google Cloud Run for Anthos. When I deploy with Http2 enabled I get this error
unexpected EOF
and sometimes randomly
read tcp 127.0.0.1:39130->127.0.0.1:80: read: connection reset by peer
If I deploy with it off everything works fine expect WebSockets. The purpose of migrating Cloud Run for Anthos was to add WebSocket support.
Please help.
According to the Cloud Run on Anthos Official Documentation, the error
read tcp 127.0.0.1:39130->127.0.0.1:80: read: connection reset by peer
is caused because the URL you are trying to access is not allowed by your HTTP proxy.To mitigate this issue, please check that your HTTP proxy allowlist includes the following URLs/domains: