This article describes how to upgrade Smart ID Identity Manager from 23.10.22 to 23.10.23.
Updated MS SQL JDBC driver
The MS SQL JDBC driver now enables TLS encryption by default. Make sure to trust the server certificate. Alternatively, to re-establish the previous behavior, you can set encrypt=false by adding it to the connection string in smartid.env (docker-deployment) or database.properties (war-file-deployment), for example:
Smartid.env
IDM_DB_URL=${DBHOST};DatabaseName=${IDM_DB_NAME};encrypt=false
Database.properties
dataSource.jdbcUrl=jdbc:sqlserver://serverName=localhost;databaseName=example;encrypt=false