TLS verions and LFTP

Latest response

I'm using LFTP which is using TLS 1.0 to connect. What do I need to do to push the environment up to TLS1.2 and make LFT use this new version of TLS for FTPS?
RHEL 6

Responses

You could set SSL priority to only enable TLS1.2.

ssl:priority (string). If built with OpenSSL the understood values are + or - followed by SSL3.0, TLS1.0, TLS1.1 or TLS1.2, separated by :. Example: set ssl:priority "NORMAL:-SSL3.0:-TLS1.0:-TLS1.1:+TLS1.2

LFTP man page

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.