I’m trying to connect to datamart using jdbc. My costumer wants to use ssl encryption then they asked me two properties to insert in the jdbc url:
EncryptionMethod=SSL;ValidateServerCertificate=false
So I’m trying to connect but the SQL Server refuses the connection and logs indicate that “client doesn’t supports encryption” and in the DataMart logs I only got “java.sql.SQLException I/O Error: DB server closed connection”.
Someone knows if it works?