Release : API gateway 10
Added EncryptionMethod properties with a value loginSSL in JDBC Connection properties.
Valid values are : noEncryption
| SSL
| requestSSL
| loginSSL
If set to noEncryption
, data is not encrypted or decrypted.
If set to SSL
, data is encrypted using SSL. If the database server does not support SSL, the connection fails and the driver throws an exception.
If set to requestSSL
, the login request and data is encrypted using SSL. If the database server does not support SSL, the driver establishes an unencrypted connection.
If set to loginSSL
, the login request is encrypted using SSL. Data is encrypted using SSL If the database server is configured to require SSL. If the database server does not require SSL, data is not encrypted and only the login request is encrypted.
https://docs.microsoft.com/en-us/answers/questions/68910/how-to-use-ssl-wildcard-certificate-in-ssrs.html
https://docs.progress.com/bundle/datadirect-connect-jdbc-51/page/EncryptionMethod_8.html