PDA

View Full Version : problem: connecting with ssl through router


pascal
03-31-2003, 04:43 AM
I have the problem, that i couldn´t connect to my ftp server with ssl (AUTH-TLS), but only through a router, otherwise (direct dial up) it works! At the router there isn´t any firewall rules installed, only NAT.

thx in advance

ftp client: FlashFXP beta 909 #5
ftp daemon: glftpd 1.29.1_Linux+TLS

status window:
WinSock 2.0
Connecting to xxxxx
Connected to xxxxx -> IP=xxxxx.xxxxx.xxxxx.xxxxx PORT=21
220 xxxxx (glftpd 1.29.1_Linux+TLS) ready.
AUTH TLS
234 AUTH TLS successful
Negotiating SSL/TLS session...
Connection failed (Connection timed out)

MidKnight
03-31-2003, 06:16 AM
if you trying to connect to yourself, use IP Masq ;)

darkone
03-31-2003, 12:57 PM
Originally posted by pascal
I have the problem, that i couldn´t connect to my ftp server with ssl (AUTH-TLS), but only through a router, otherwise (direct dial up) it works! At the router there isn´t any firewall rules installed, only NAT.

thx in advance

ftp client: FlashFXP beta 909 #5
ftp daemon: glftpd 1.29.1_Linux+TLS

status window:
WinSock 2.0
Connecting to xxxxx
Connected to xxxxx -> IP=xxxxx.xxxxx.xxxxx.xxxxx PORT=21
220 xxxxx (glftpd 1.29.1_Linux+TLS) ready.
AUTH TLS
234 AUTH TLS successful
Negotiating SSL/TLS session...
Connection failed (Connection timed out)

Some routers are actively monitoring connections to port 21 (in order to translate PORT commands) It might be that router phreaks out, when it triest to parse ssl handshake. Check your router manual, if there is option to turn the feature off.. or ask the siteop to move site to another port.