SSL Encryption Strength (-STR)

The SSL Encryption Strength (-STR) command can be either WEAK, and will only use weak algorithms or STRONG, and will only use strong algorithms. If not specified, any available algorithm is used. If STRONG is not available then WEAK is used. If the export version of the libraries is used, only weak algorithms are available and this command is ignored.

This command is applicable only when the SSL secure_mode setting in the tx_install_dir\dtx.ini configuration file is set to 0 and RSA-based SSL encryption is in effect.


-STR {WEAK|STRONG|ANY}
Option
Description
STRONG
Use strong (non-exportable) encryption only.
WEAK
Use exportable encryption only.
ANY
Use any available encryption.