Try OpenEdge Now
skip to main content
SQL Development
JDBC Client : Connecting to an OpenEdge database with a JDBC driver : Enabling encryption : EncryptionMethod
 
EncryptionMethod
The value of encryptionMethod determines if and how the driver encrypts and decrypts the data sent between the driver and the database server. The value of the encryptionMethod option can be one of the following values:
*NoEncryption—The data which flows between the driver and the server is not encrypted.
*SSLRequire SSL encryption be used. If the server the driver is connecting to does not support SSL encryption, the connection attempt fails.
The default value is NoEncryption. The OpenEdge driver will throw an invalid option value exception if any value other than NoEncryption or SSL is specified.