Debug Networking/HTTP/SSL Issue in AWS Fargate (curl external website failing)

Job ID: 38360164

Budget: $30 – $250 AUD

I'm running a Docker container in AWS Fargate, hosted on Amazon EKS, and I'm having issues trying to send a curl request to an external website, it's failing with the following:

`curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)`

The same curl runs fine locally, which makes me think it is an issue with Fargate. I can however hit the website from pythons requests.
Related categories: Linux Amazon Web Services Docker HTTP