• Font Size
  • S
  • M
  • L

Search via FAQ No.


  • No : 30618
  • Open Date : 2019/09/02 11:56
  • Print
NEW

[DataSpider Servista] I would like to check if the TLS version has changed as expected.

I applied a patch module to specify the TLS version. I would like to check if the TLS version has changed as expected. Is there any way to check on the DataSpider Servista side?
 
Category : 

Answer

By specifying the debug mode for investigation, the TLS version used for communication, such as "TLSv1.2 Handshake", is output to console or logs. Please confirm from the above.
 
For your information, since this setting is only for the investigation, please enable it only when checking and after the investigation is completed, please refer to "■Failback Procedure" and be sure to restore the setting.
 
■Setting Procedure
  1. Stop DataSpiderServer
Please stop the DataSpiderServer service.
  1. Add the investigation key to the configuration file
Please add the debugging key to the following setting file:
  • Setting file
$ DATASPIDER_HOME / server / conf / system.properties
  • Setting key, setting value
javax.net.debug = ssl
  1. Set up the communication log to export to a file from the console
Please change the setting key in the following setting file to output the log in which the investigation mode is enabled to a file.
  • Setting file
$DATASPIDER_HOME/server/bin/DataSpiderServer.lax
  • Setting key, specified description
lax.stdout.redirect=../logs/std.log
 
 *Please set the above to any value.
In this example, it is set to output to the following file.
$ DATASPIDER_HOME / server / logs / std.log
 
Before the change, "console" is specified as follows. In this case, it is output to the console.
 
lax.stdout.redirect = console
  1. Start DataSpiderServer
Please start the DataSpiderServer service.
 
 
  1. Stop DataSpiderServer
Please stop the DataSpiderServer service.
  1. Restore the changed settings
Please restore the setting changed in "2" and "3" of "Setting Procedure".
  1. Start DataSpiderServer
Please start the DataSpiderServer service.