php-proxy-app icon indicating copy to clipboard operation
php-proxy-app copied to clipboard

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

Open ceinmart opened this issue 1 year ago • 0 comments

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?

ceinmart avatar Jul 31 '24 14:07 ceinmart