ERR_PROXY_CONNECTION_FAILEDWhat ERR_PROXY_CONNECTION_FAILED means
Chrome and other Chromium browsers (Edge, Brave, Opera) raise this error when a proxy is configured and the browser fails to establish a TCP connection to that proxy's host and port. DNS resolution of the proxy hostname may have failed, the port may not be listening, or a firewall may be blocking the route. Whatever the specific cause, the request never leaves for the target site.
Because the error concerns the browser-to-proxy hop, the site in your address bar is irrelevant: every site fails identically. That is the key diagnostic. If only HTTPS sites fail, you are looking at a different problem (see ERR_TUNNEL_CONNECTION_FAILED); if everything fails the same way, the proxy address itself is wrong, dead, or unreachable.
The most common real-world cause is not a broken proxy at all — it is a stale proxy setting. VPN clients, malware, 'web accelerator' utilities, and old debugging sessions leave system-level proxy entries behind, and Chrome inherits system proxy settings by default.