Cannot connect to datamart

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?

Just for your information:

Solved using ssl=require instead of EncryptionMethod=SSL;ValidateServerCertificate=false

Now, I must do the same to use ETL Assistant but I just don’t know how…