im trying to connect to a site using the ssl option but my connection keeps timming out. other users can access my account no problem by doing what im doing but i cant get in.. any 1 got any solutions.
WinSock 2.0 -- OpenSSL 0.9.7d 17 Mar 2004
[R] Connecting to 193.17.66.56 -> IP=193.17.66.56 PORT=444
[R] Connected to 193.17.66.56
[R] 220 A (glftpd 1.32_Linux+TLS) ready.
[R] AUTH SSL
[R] 234 AUTH SSL successful
[R] Connected. Negotiating SSL session..
[R] Connection failed (Connection timed out)
[R] Delaying for 10 seconds before reconnect attempt #1
[R] Connecting to 193.17.66.56 -> IP=193.17.66.56 PORT=444 (attempt # 1)
[R] Connected to 193.17.66.56
[R] 220 A (glftpd 1.32_Linux+TLS) ready.
[R] AUTH SSL
[R] 234 AUTH SSL successful
[R] Connected. Negotiating SSL session..
[R] QUIT
[R] Connection failed (Connection closed by client)
Nope, you can see the ftpd is glftpd and that ftpd doesn't have support for implicit SSL. You can try however to use AUTH.TLS instead of AUTH.SSL. My bet though is that the server isn't properly configured to use SSL.