so i'm trying to run puppeteer headless for some social scraping (no specifics but you know). using ISP proxies cause they're supposed to be that sweet middle ground between datacenter speed and residential trust. but my setup just keeps failing. afaik i've got the proxy string right (user
ass@host
ort) but it either timeouts or throws a weird 'ERRTUNNELCONNECTION_FAILED'. tbh i think it's the proxy provider's authentication method maybe not matching puppeteer's default? anyone who actually has a working snippet for this? like not theory, actual code that runs. please.