Pure-FTP SSL

Kurogane

Verified User
Joined
Oct 6, 2019
Messages
65
I've a problem with connecting FTP to SSL.

Problem i have is this error

[WARNING] Sorry, cleartext sessions and weak ciphers are not accepted on this server.#012Please reconnect using TLS security mechanisms.

I'm using FileZilla and use Explicit Over SSL and still give me this error.

Here Funny part, i have two PC with Windows 10 1903 and using same FileZilla version and only one PC have this error and other PC no.

I not understand this error why working in one PC and other is same no?

I'm using Pure-FTPD v1.0.49
 
You should update everything using WIndows update on the computer wich has the problem.

New DirectAdmin default is to disable TLS 1.1 for Apache and PureFTPD, so it seems one of your computers need to be updated with Windows update.

The other alternative is to use older chipers, but that is not recommended, because TLS 1.1 has security issues. If you want to use old chipers then change options.conf to have this:
Code:
ssl_configuration=old

Then do this:
Code:
cd /usr/local/directadmin/custombuild
./build rewrite_confs

The new DirectAdmin default is:
Code:
ssl_configuration=intermediate

To see what "old" and "intermediate" supports, then see https://ssl-config.mozilla.org

More information please read this thread: https://forum.directadmin.com/threads/disable-tls-1-1-as-default.59202/
 
Back
Top