Closed
Description
In FTP configuration, getSSL will try to use active FTP connection to transfer ACME file to server.
But in reality connection to web hosting servers is usually only possible through Passive FTP mode.
The result of this is that ACME file will not be successfully transferred.
Would it be possible to add an option to also support passive FTP by using pftp or by adding -p option.