O
obohaciak
Guest
When using OpenAccess with SSL Encryption based on certificates, the JDBC client does not automatically turn on non-anonymous suites by default. There's a CipherSuites attribute that is used to set the desired suite, however it's not even mentioned in the documentation. Can you please extend the default set supported by JDBC client from: SSL_DH_anon_WITH_3DES_EDE_CBC_SHA TLS_DH_anon_WITH_AES_128_CBC_SHA TLS_DH_anon_WITH_AES_256_CBC_SHA with all the suites in OpenAccess SDK Client Reference Using the JDBC Client Using SSL Encryption, Table 5-1 JDBC Client: TLS1 SSL Encryption Cipher Suites with Certificate For further reference, please see support case 00272324. The code in question is in com.ddtek.openaccess.jdbc.ConnectAttributes.setEncrypted().
Continue reading...
Continue reading...