Press "Enter" to skip to content

//> A L C A T R O N . N E T //> Posts

Enable TLS 1.2 on G6 FTP Server

With many security issues with TLS 1.0 and using SSL Encrypted FTP services, it is time to move on the TLS 1.2 which is an updated version of the SSL layer with better encryption and security.

Some of the FTP sites which I had have implemented TLS 1.2 on various linux systems, however I really needed to implement this on my G6 FTP which i still like to use and have found it a top performance FTP server on windows systems. So to do this we do the following:

Drop in OpenSSL >=1.0 (libeay32.dll, ssleay32.dll, libssl32.dll) as a replacement in your G6 installation directory, and add the following line to your settings.ini files for SSL-enabled FTP domains, you can find the files in the Accountsyourdomainname subfolders of your G6 FTP installation (scroll across for the full line to copy):

SSLCipherList=ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-DSS-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384:ECDH-RSA-AES256-GCM-SHA384:ECDH-ECDSA-AES256-GCM-SHA384:AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:DHE-RSA-AES128-GCM-SHA256:ECDH-RSA-AES128-GCM-SHA256:ECDH-ECDSA-AES128-GCM-SHA256:AES128-GCM-SHA256:ECDHE-RSA-RC4-SHA:ECDHE-ECDSA-RC4-SHA:ECDH-RSA-RC4-SHA:ECDH-ECDSA-RC4-SHA:RC4-SHA:RC4-MD5:PSK-RC4-SHA

I have included Open SSL Files for your convenience to download here and copy to the G6 install directory:
Open_SSL_Files_1.0.1e.zip

29 Comments

Tele2 Croatia

I have been visiting Croatia for the european summer and managed to buy one of the simcard’s from Tele2. They offer 300mb data and some calls for 50Kuna which I found was pretty good value.  I did a traceroute to any destination and the first hop went straight to sweden under the tele2.se domain, and all traffic appeared to route through sweden. Im guessing its cheaper for them to tunnel the traffic out to sweden and route out, than locally through croatia? Performance was good all throughout the croatian coast, Interesting indeed…

Leave a Comment

Network Lessons

I came across this cool website today.. http://networklessons.com

On here it has “How To” guides for Cisco equipment setups and and walk through guides… so be sure to check it out!

One which I found interesting was authenticating WPA2-Enterprise via a RADIUS server with Windows 2008 using PEAP and EAP-TLS, which explained it step by step quite well.

http://networklessons.com/wireless/peap-and-eap-tls-on-server-2008-and-cisco-wlc/

Leave a Comment