Name
|
Description
|
cert_store_path
|
The certificate store file to be used for the secure session.
|
cert_store_pwd
|
The password for the certificate store file to be used for the secure session. If not specified, the internal stash file associated with the user profile that is being used to run the application is used as long as the user has authority to the certificate store file and the password has been used once.
|
cert_label
|
The certificate label associated with the certificate in the certificate store to be used for the secure session. If not specified, the default certificate label in the specified certificate store file will be used.
|
sslv2_ciphers
|
List of SSL Version 2 ciphers to be used for the secure session or the SSL environment. Specifying "NONE" for this property will disable SSL Version 2 ciphers.
|
sslv3_ciphers
|
List of SSL Version 3/TLS Version 1 ciphers to be used for the secure session or the SSL environment. Specifying "NONE" for this property will disable SSL Version 3 ciphers.
|
tlsv1
|
A string that indicates whether to enable or disable the TLS Version 1 ciphers. A value of "NONE" will disable the ciphers; any other value will enable the ciphers. By default TLS Version 1 ciphers are enabled.
|
tlsv1.1
|
A string that indicates whether to enable or disable the TLS Version 1.1 ciphers. A value of "NONE" will disable the ciphers; any other value will enable the ciphers. By default TLS Version 1.1 ciphers are enabled.
|
tlsv1.2
|
A string that indicates whether to enable or disable the TLS Version 1.2 ciphers. A value of "NONE" will disable the ciphers; any other value will enable the ciphers. By default TLS Version 1.2 ciphers are enabled.
|