http - tunnel on german hoster Sixhop

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Hannah_Baker12
Posts: 1
Joined: Sun 24 Jun 2018 07:02

http - tunnel on german hoster Sixhop

Post by Hannah_Baker12 » Sun 24 Jun 2018 07:07

Hi,

The http-tunnel was working successful at all different Hosting-Providers. But now I have problems with the this Hosting Germany: https://www.sixhop.net/

If we try to establish the connection, we get the following message at the httptunnel_server.log - file on webspace:

Failed to create remote socket at rdbms.strato.de: 3306. 145 Connection timed out

This happens after 90 sec. The access-parameters are correct, we verified it many times. To work with the Database on Windows, we use also Navicat. This software provides a http-tunneling script too. This script works fine - we have access.

Do you have any idea?

Thanks for help.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: http - tunnel on german hoster Sixhop

Post by Pinturiccio » Mon 25 Jun 2018 12:11

You specify an URL where tunnel.php is located in the HttpOptions.Url parameter. If you open this URL in a browser, what is the result?

Please also send us the log of your tunnel.php file - httptunnel_server.log. The following options are used by default:

Code: Select all

$SUB_DIRECTORY = SYSTEM_TMP_DIR . 'tunnel_files';
$LOG_FILE_NAME = 'httptunnel_server.log';
$CONN_FILE_NAME = '_connections.id.php';
$LOGFILE = $SUB_DIRECTORY . '/' . $LOG_FILE_NAME;
$CONN_FILE = $SUB_DIRECTORY . '/' . $CONN_FILE_NAME;

$LOG = 1;       // Set to "0" to disable logging
$LOG_DEBUG = 1; // Set to "0" to disable additional debug

Post Reply