You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I started the proxy like in the readme.
I keeps running in the CLI (on separate PC)
while I try to use the proxy, I get this:
HP Fatal error: Uncaught Serps\HttpClient\CurlClient\CurlException: Curl was unable to process the request. Error code:7. Message : "Failed to connect to IP.AD.RE.SS port 20106: Connection refused"" in /Users/huglester/Projects/valet/spider/vendor/serps/http-client-curl/src/CurlClient/Curl.php:40
I tried switching all three ports - no luck. Is there anything else I can do?
Thanks
The text was updated successfully, but these errors were encountered:
I tryed with localhost: curl -x http://localhost:20106 http://httpbin.org/ip
that should work with remote access too, if your network allows it. Did you check that the computer that runs the proxy server is reacheable from the computer that requests through the proxy?
Hello,
so I started the proxy like in the readme.
I keeps running in the CLI (on separate PC)
while I try to use the proxy, I get this:
HP Fatal error: Uncaught Serps\HttpClient\CurlClient\CurlException: Curl was unable to process the request. Error code:7. Message : "Failed to connect to IP.AD.RE.SS port 20106: Connection refused"" in /Users/huglester/Projects/valet/spider/vendor/serps/http-client-curl/src/CurlClient/Curl.php:40
I tried switching all three ports - no luck. Is there anything else I can do?
Thanks
The text was updated successfully, but these errors were encountered: