• afingerhda

    (@afingerhda)


    I’ve got a wordpress installation running on a company webserver (ubuntu, apache2, vsftp).

    Our policy allows “Implicit FTP over TLS” (Port 990 / passive mode) only!

    Access via Filezilla works fine that way.

    Unfortunately, I cannot install Plugin-Updates via the WordPress-Backend.

    I tried mydomain.de:990 as hostname with connection-type FTPS and I got the error-message:

    “Can’t connect with FTP-Server mydomain.de:990”

    I tried the FS_METHODs ftpext and ftpsockets (direct and ssh2 are no options for me) – both won’t work.

    In the logfile of the ftp-demon, there’s no error message. Only a hint, that there was a connect-request from the local IP-Adress of the Webserver.

    Is there a method, to configure “Implicit FTP over TLS” within wordpress?

    Thx
    Andreas

Viewing 1 replies (of 1 total)
  • Clayton James

    (@claytonjames)

    Take a look at the available upgrade constants
    WordPress Upgrade Constants

    Maybe ftps can be forced by defining those constants (example) – define( 'FTP_SSL', true ); – in your wp-config file if your server supports it.

Viewing 1 replies (of 1 total)
  • The topic ‘FTPS implicit TLS’ is closed to new replies.