does core ftp le support tls v1.1?

Core FTP client questions and answers
Post Reply
rand0m
Posts: 4
Joined: Thu Jan 07, 2016 6:52 pm

does core ftp le support tls v1.1?

Post by rand0m »

does core ftp le support tls v1.1? i am not seeing specific versions being listed in the help.

Core FTP supports SSL v2/v3 protocols as well as the [b]TLS v1 protocol[/b], using OpenSSL or Windows Security. Check the OpenSSL button to use OpenSSL, check Windows SSL to use Windows Security.
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

OpenSSL 0.9.8x supports TLS v1 (but not v1.1 or v1.2).

Windows SSL has supported TLS v1.2 since 2009, assuming Windows updates have been applied. You may also need to set a few registry settings to enable the option.

technet.microsoft.com/en-us/library/dn786418.aspx#BKMK_SchannelTR_TLS12

or

technet.microsoft.com/en-us/library/dn786418.aspx?f=255&MSPPError=-2147217396#BKMK_SchannelTR_TLS12
ForumAdmin
Site Admin
Posts: 987
Joined: Mon Mar 24, 2003 4:37 am

Post by ForumAdmin »

OpenSSL in builds 1871 and greater will have TLS v1.1 & 1.2 support.

Updated OpenSSL to v1.0.2e which seems to have resolved most backward compatibility issues.
rand0m
Posts: 4
Joined: Thu Jan 07, 2016 6:52 pm

Post by rand0m »

[quote="ForumAdmin"]OpenSSL in builds 1871 and greater will have TLS v1.1 & 1.2 support.

Updated OpenSSL to v1.0.2e which seems to have resolved most backward compatibility issues.[/quote]

thanks, do you have any idea when the next official release will be?
I have tried build 1871 and it seems like i can connect to the site only allowing tls v1.1 now.
Post Reply