Athlon1600/php-proxy

(7) Failed to connect to xxxxx port 82: Connection refused

hrt22 opened this issue · 1 comments

hrt22 commented

config.php file

// additional curl options to go with each request
$config['curl'] = array(
CURLOPT_PROXY => "xxxx.ir:82",
CURLOPT_HEADER => False ,
CURLOPT_NOPROGRESS => False ,
CURLOPT_PROXYUSERPWD => "uuuu:ppppppp" ,
CURLOPT_HTTPPROXYTUNNEL => 1 ,
CURLOPT_CONNECTTIMEOUT => 5
);

but i get error 👍

(7) Failed to connect to xxxxx port 82: Connection refused

Could be your sever firewall blocking the port ?