Docker Compose Configuration

0
Hi All, I have recently upgraded an application from v9.24.16 to v10.6.11,   Since doing this I can no longer connect to the External SQL Db, apparantly TLS encryption was added in v10 by default.   I can bypass this in Mendix Studio Pro by adding 'DatabaseUseSsl:false' then the app runs fine but when I publish to the Industrial Edge it no longer works.   I can only presume the code needs adding into the Docker Compose YAML file but i'm unsure on how to do this.   Please can anyone advise on how I could add this to the YAML file. 
asked
1 answers
1

Hi,

 

I hope you're doing well.

 

1) Could you please share the error messages you see in your IED application logs?

 

2) As you mentioned, in Mendix 10, the JDBC SQL Server driver is version 12, which uses TLS encryption by default. You can disable encryption by setting DatabaseUseSsl to false or by adding encrypt=false to the DatabaseJdbcUrl.

 

3) Could you also send me a screenshot of the SQL Server configuration you entered in the Database Connector? Like this:

 

image.png

 

Looking forward to your response.

 

BR,

Rafael Curiel.

answered