apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.
https://www.npmjs.com/package/proxy-chain
Apache License 2.0
804 stars 138 forks source link

Linux Mint: Invalid upstream proxy credentials #470

Closed ZnerAIO closed 1 year ago

ZnerAIO commented 1 year ago

I am using user:password protected proxies. Works flawlessly on Windows, but when I run the exact same code on Linux Mint, Proxies dont seem to get authenticated. When I use non-password protected proxies, it works fine. I have also tried disabling firewall and no change. Does this work on Linux?

jancurn commented 1 year ago

Linux is fully supported. Actually, most of the upstream proxies we use in production run on Linux. Please make sure you're running the latest version, and that the proxy configuration is correct. Feel free to share the code too.