SSIS File Transfer task use a wrong cipher

111 Views Asked by At

I'm using CozyRoc 1.6 and I am trying to connect to an FTPS (TLS1.2) using the connection below:

ConnectionType=ImplicitTLS;ServerHost=SERVER;ServerPort=990;ServerUser=USER;ServerPassword=PASSWORD;ServerTimeout=60;CertificateFile=;LogFile=;PassiveMode=True;PassiveIgnoreAddress=False;Ciphertype=all;

It gives handshake error and it is because the host does not support the cipher it is using. I tried Ciphertype but it doesn't work with any of the options.

0

There are 0 best solutions below