What is ERR_CERT_AUTHORITY_INVALID?
ERR_CERT_AUTHORITY_INVALID is a fatal network error triggered when a browser or HTTP client encounters an SSL/TLS certificate signed by an unrecognized Certificate Authority. In scraping pipelines, this almost always indicates a misconfigured interception proxy — your residential gateway or debugging tool is presenting a self-signed certificate to inspect HTTPS traffic, but your headless browser hasn't been configured to trust it. Left unhandled, it halts the fetch layer before a single byte of HTML is transferred.