SSL is enabled by default in DTP, but you can disable SSL protocols and/or cipher suites if you experience security-related issues associated with your Parasoft installation:
- Stop the Data Collector service. See Stopping DTP Services.
Open the DCServerConfig.xml configuration file located in the
<DTP_DATA_DIR>/conf/
directory and specify the protocols and/or cipher suites to exclude in the appropriate elements:<!-- comma separated list of protocols to exclude By default, TLSv1, TLSv1.1 are excluded --> <excluded-ssl-protocols>TLSv1,TLSv1.1</excluded-ssl-protocols> <!-- comma separated list of cipher suites to exclude --> <excluded-cipher-suites></excluded-cipher-suites>
Restart Data Collector.