Athlon1600 / php-proxy-app

Web Proxy Application built on php-proxy library ready to be installed on your server
https://www.php-proxy.com/
MIT License
823 stars 516 forks source link

(7) Failed to connect to xxx port ##### after 45 ms: Couldn't connect to server #226

Open ceinmart opened 1 month ago

ceinmart commented 1 month ago

Hi,

I just installed the php-proxy on my host (shared hosting). Work's ok.

However, to access a specific link (which is a DDNS + port to my home internet) , give the error :

(7) Failed to connect to XXXXXX port ### after 45 ms: Couldn't connect to server

The link is accessible, quite fast from my cellphone. So, it's available.

Already edited the config.php :

// additional curl options to go with each request
$config['curl'] = array(
    // CURLOPT_PROXY => '',
    CURLOPT_CONNECTTIMEOUT => 50
);

appear to have no effect.

What could be? Where I can get more details about this flaw?