ConnectionBus

0
Opening JDBC connection to jdbc:sqlserver://localhost:1433;databaseName=Mendixdb;integratedSecurity=true;encrypt=false;trustServerCertificate=true; failed with SQLState: 08S01 Error code: 0 Message: "The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]". ClientConnectionId:e5098498-3e6e-46ea-932c-8ce054e93ed4", retrying...(3/4)
asked
1 answers
0

Hi Veera,

Do you have a question?

What I see here is an error log describing a local setup of Mendix connecting to a SQL Server database. However, the database server wants to use TLS version 1.0, while Mendix requires TLS 1.2 or 1.3.

Hopefully I accidentally answered your question!

answered