You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
it's unrelated to docker image itself, but after update to latest stilliard/pure-ftpd:hardened there are started ssl errors,
I have php errors when trying to download file (ls works, though)
Exception ftp_fget(): SSL read failed
there no errors on system with old image (stilliard/pure-ftpd@sha256:7a146e51027e92226f9fbfb2bd1933c3c4b4c7d45dedfc142f0455066a60feb0), as well with
stilliard/pure-ftpd:stretch-latest, i.e. with v1.0.43
I suspect there is some incompatibility with some clients and TLSv1.3 as it implemented in v1.0.47.
could you please leave stilliard/pure-ftpd:stretch-latest as is (or make tagged version, i.e. stilliard/pure-ftpd:stretch-1.0.43
In your tests, you were previously using the :hardened tag, would you mind running a quick test against the :latest tag to see if that works for you? That also uses the newer pure-ftpd version but without some of the changes added to our hardened branch.
Hi,
it's unrelated to docker image itself, but after update to latest stilliard/pure-ftpd:hardened there are started ssl errors,
I have php errors when trying to download file (ls works, though)
there no errors on system with old image (stilliard/pure-ftpd@sha256:7a146e51027e92226f9fbfb2bd1933c3c4b4c7d45dedfc142f0455066a60feb0), as well with
stilliard/pure-ftpd:stretch-latest, i.e. with v1.0.43
I suspect there is some incompatibility with some clients and TLSv1.3 as it implemented in v1.0.47.
could you please leave stilliard/pure-ftpd:stretch-latest as is (or make tagged version, i.e. stilliard/pure-ftpd:stretch-1.0.43
config (tls + pregenerated pems)
in logs v1.0.47 stops on Connecting
v1.0.43 works
The text was updated successfully, but these errors were encountered: