srvrco / getssl

obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.
GNU General Public License v3.0
2.09k stars 374 forks source link

More stray http01 tokens #839

Open tlhackque opened 6 months ago

tlhackque commented 6 months ago

As noted in #693, stray tokens are left when ftp variants (ftpes, ftps) are used due to missing code.

Turns out, FTP_PORT is not honored when ftp is used. So stray FTP tokens can also be left behind.

Additionally, sftp and davfs also leave stray tokens, also due to missing code.

A bad side-effect of the missing code is that it falls thru to trying to delete something on the local file system.

(I'll have a PR with code later today.)