Page 1 of 1

http tunnel doesn't work

Posted: Tue 26 Sep 2017 13:06
by upscene
Hi,

Using the http php tunnel script, browser returns:
DevArt httptunnel v1.69
Tunnel script is installed correctly.
You can establish connections through the http tunnel.
The MyDAC 8.7.23, Delphi 2009, component always returns "Cannot establish http connection".

We've made sure the firewall isn't blocking at the client.

Any idea?

With regards,

Martijn Tonies

Re: http tunnel doesn't work

Posted: Tue 26 Sep 2017 15:21
by ViktorV
In order to get a detailed answer, please enable logging in the tunnel.php file and send to viktorv*devart*com the log file.
To enable logging in the tunnel.php, set the $LOG and $LOG_DEBUG variables to 1:
$LOG = 1;
$LOG_DEBUG = 1;