I have two protocols configured on a single domain:
SFTP with a 3rd party certificate - working.
FTP - not working, with the following error:
[i]Resolving address of company.com
Status: Connecting to xx.xx.xx.xx:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Server does not support non-ASCII characters.
Status: Connected
Status: Retrieving directory listing...
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: LIST
Response: 150 Opening ASCII mode data connection
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing[/i]
How can I configured regular FTP port 21 on the same domain that has SFTP configured with a cert? Can FTP connection take place when a certificate is specified?