diff --git a/app/Console/Commands/RequestFetcher.php b/app/Console/Commands/RequestFetcher.php index c6e9e226af081197918ca7ebfc178c41a7ed9d72..3af939a7ea2fc5611ce71bd1842361cc4b745a17 100644 --- a/app/Console/Commands/RequestFetcher.php +++ b/app/Console/Commands/RequestFetcher.php @@ -157,7 +157,7 @@ class RequestFetcher extends Command curl_setopt($ch, CURLOPT_PROXY, $this->proxyhost); curl_setopt($ch, CURLOPT_PROXYUSERPWD, $this->proxyuser . ":" . $this->proxypassword); curl_setopt($ch, CURLOPT_PROXYPORT, $this->proxyport); - curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5); + curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP); } if (!empty($job["username"]) && !empty($job["password"])) {