My team recently upgraded our application to use HTTP/2, and I’ve noticed that HTTPS requests between the client and server are terminating after around 80 seconds. This issue does not occur when using HTTP/1.
When I test this at home with HTTP/2, the requests stay open without any issues, so it seems to only happen in my office environment. Additionally, this problem is specific to client-to-server connections; server-to-server requests do not experience these terminations.
Has anyone encountered a similar issue, or could anyone provide insights on what might be causing this environment-specific behavior?