Anytime I pass in valid proxy params I get the error
Client network socket disconnected before secure TLS connection was established
Tried changing it so it passes the proxy params into the request method too but same issue. The proxies I'm testing with are 100% working, and I'm definitely passing in the host, port, and auth data in correctly. I've tried setting the protocol as well but still having this issue.
It looks like it's more of an axios issue but wondering if anyone knows what might be going on?
Anytime I pass in valid proxy params I get the error
Tried changing it so it passes the proxy params into the request method too but same issue. The proxies I'm testing with are 100% working, and I'm definitely passing in the host, port, and auth data in correctly. I've tried setting the protocol as well but still having this issue.
It looks like it's more of an axios issue but wondering if anyone knows what might be going on?