CipherSuites
Description
Describes the cipher suite to be used for communicating to the OpenAccess SDK server.
Valid Values
all
When set to all, the JVM supported cipher suites are used.
You can also specify cipher suite values specified in tables under
SSL Cipher Suites.
Examples
• jdbc:Openaccess://mysecurehost:19986;encrypted=1;ciphersuites=all;
• jdbc:Openaccess://mysecurehost:19986;encrypted=1;ciphersuites=AES128-SHA,DHE-RSA-AES128-SHA;
Note: The cipher suites should be specified only in OpenSSL format.
Default
The JDBC driver uses the JVM supported cipher suites.
Data type
string
Note
If an invalid value is specified, the JVM supported cipher suites are used.