Hello.
Today I installed SSL on my server today and configured all ports on my firewall but I can't connect to my FTP.
I tried ftptest.net and I get:
and in FileZilla I get:
Please help!
Today I installed SSL on my server today and configured all ports on my firewall but I can't connect to my FTP.
I tried ftptest.net and I get:
Code:
Command: CLNT https://ftptest.net on behalf of 84.238.141.190
Reply: 500 CLNT not understood
Command: AUTH TLS
Reply: 500 AUTH not understood
Warning: Server refused AUTH TLS, trying deprecated AUTH SSL fallback.
Command: AUTH SSL
Reply: 500 AUTH not understood
Error: Server refused FTP over TLS
and in FileZilla I get:
Code:
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode.
Command: MLSD
Error: The data connection could not be established: ECONNREFUSED - Connection refused by server
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Please help!