Yo! I had the same problem with resty use socks5 proxy. I ended up using `lua-resty-socks5` and it worked like a charm.
For auth-enabled proxies, you’ll need to include the credentials in the proxy URL. Something like `socks5://username:password@proxy:port`.
Also, make sure your proxy server is up and running. Sometimes it’s the simplest things that cause the most headaches. Good luck!
For auth-enabled proxies, you’ll need to include the credentials in the proxy URL. Something like `socks5://username:password@proxy:port`.
Also, make sure your proxy server is up and running. Sometimes it’s the simplest things that cause the most headaches. Good luck!
