Athlon1600 / php-proxy

A web proxy script written in PHP and built as an alternative to Glype.
https://www.php-proxy.com
MIT License
295 stars 158 forks source link

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

Open hrt22 opened 6 years ago

hrt22 commented 6 years ago

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 :+1:

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

chronic0383 commented 6 years ago

Could be your sever firewall blocking the port ?