skip to main content
Using the JDBC Client : JDBC Connection Properties : Encrypted
 

Encrypted

Description

Enables the use of SSL encryption. When SSL encryption is configured on the OpenAccess SDK Server, only this setting is required. When SSL encryption is not configured on the OpenAccess SDK Server, the connection will fail.

Valid Values

0 | 1
When set to 0, SSL encryption is not used.
When set to 1, the JDBC Client uses SSL encryption; the OpenAccess SDK server must be started with ServiceSSLEnabled=1. This attribute must be set to 1 when connecting to an OpenAccess SDK service enabled for SSL. For more information about using the ServiceSSLEnabled service attribute, refer to OpenAccess SDK Administrator’s Guide.

Example

jdbc:openaccess://mysecurehost:19986;encrypted=1

Default

0

Data type

boolean