• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30653
  • Open Date : 2019/09/05 16:06
  • Print
NEW

[DataSpider Servista] Please let me know about cipher suites available for FTP over SSL / TLS of FTP adapter.

We want to connect to the FTPS server using FTP over SSL / TLS (FTPS) with the FTP adapter. Please tell me about cipher suites that can be used at this time.
Category : 

Answer

Available cipher suites differ depending on the version of DataSpider Servista.
 
You can output the communication status with the FTP server to the server log by adding the following settings to the properties file.
Please check the list of cipher suites included in the output log message.
 
■How to check
Add the key to the following three properties files, after you restart the DataSpiderServer, please run the connection test to the FTP server.
 
  • Property file
$DATASPIDER_HOME/server/conf/system.properties
  • Key
edtftp.log.log4j=true
 
  • Property file
$DATASPIDER_HOME/server/conf/dslog.properties
  • Key
log4j.logger.puretls=DEBUG
 
  • Property file (create folder and file and add key)
$DATASPIDER_HOME/server/plugin/data_processing/modules/ftp_adapter/com/enterprisedt/net/ftp/ssl/edtftpjssl.properties
  • Key
edtftp.log.puretls.level=65535 

■Example of log output
The following log message is output to $ DATASPIDER_HOME / server / logs / server.log.
 
  • DataSpider Servista 4.1
--------------------
08/06 16:38:51|DEBUG|puretls|Accepting cipher suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
08/06 16:38:51|DEBUG|puretls|Accepting cipher suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA
08/06 16:38:51|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_AES_256_CBC_SHA256
08/06 16:38:51|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_AES_256_CBC_SHA
08/06 16:38:51|DEBUG|puretls|Accepting cipher suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA
08/06 16:38:51|DEBUG|puretls|Accepting cipher suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
08/06 16:38:51|DEBUG|puretls|Accepting cipher suite: TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
08/06 16:38:51|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA256
08/06 16:38:51|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA
08/06 16:38:51|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_3DES_EDE_CBC_SHA
--------------------
  • DataSpider Servista 4.0
--------------------
08/06 14:53:18|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_3DES_EDE_CBC_SHA
08/06 14:53:18|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_RC4_128_SHA
08/06 14:53:18|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_RC4_128_MD5
08/06 14:53:18|DEBUG|puretls|Accepting cipher suite: TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
08/06 14:53:18|DEBUG|puretls|Accepting cipher suite: TLS_DHE_DSS_WITH_RC4_128_SHA
08/06 14:53:18|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_DES_CBC_SHA
08/06 14:53:18|DEBUG|puretls|Accepting cipher suite: TLS_DHE_DSS_WITH_DES_CBC_SHA
08/06 14:53:18|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA
08/06 14:53:18|DEBUG|puretls|Accepting cipher suite: TLS_RSA_WITH_AES_256_CBC_SHA
--------------------

■Noted
  • Because the output volume of log becomes huge, please reset the setting after confirmation.
  • Cipher suites that use AES 256 included in the output cannot be used because Java 8 falls under the following restrictions.
  • Import restriction of the encryption algorithm
 
 
Version Information
Ver.4.1、Ver.4.0