I have a server where I use 2 proxies to get info from various websites on a regular basis. About 1 week ago, all my proxy requests started failing out of the blue. I get a different error for each proxy. For proxy A, I get
Stream closed with error code NGHTTP2_INTERNAL_ERROR
For proxy B, I get
The proxy server rejected the request with status code 407 (Proxy Authentication Required)
This is strange because
A) Locally, all proxies are working as intended
B) I have made 0 changes to my code in the past week
C) My proxies are still valid, working and up to date
What is going on here? Did something change on Render’s side?