FTP Error: Could Not Connect to Server - 534 Policy Requires SSL

FTP Error: Could Not Connect to Server - 534 Policy Requires SSL
 
Issue:
When attempting to connect to your website via FTP, your receive the following error:
Response: 534 Policy requires SSL.
Error: Could not connect to server
 
 
Cause:
The IP address has been set to require SSL connections in IIS. You must connect securely to access the site via FTP.
 
IIS FTPS Setting
 
Solution:
Connect to your server using TLS. In the FileZilla example below, the user changes the settings to require SSL when connecting to the server.
  1. Start FileZilla or equivalent FTP client that supports connecting via TLS.
  2. Click on File > Site Manager.
  3. In the Host: section, specify the IP address of the site or the domain you are connecting to.
  4. In the Encryption: field choose Require explicit FTP over TLS.
  5. In the Logon Type: field, choose Ask for password.
  6. In the User: field, specify the user account.
  7. Click OK.

    Site Manager Settings
     
  8. When prompted, supply the password.
  9. Your connection should be successful.

    Successful FTPS Connection

 

 

Add Feedback