When adding a Tidal Scheduler, which is using a SQL Server database, to AAI using TLS 1.2 I am getting the error "Encryption is required to connect to this server but the client library does not support encryption" on the database side.
Encryption is required to connect to this server but the client library does not support encryption; the connection has been closed. Please upgrade your client library
Release : 6.0.1
Component : AUTOMIC AUTOMATION INTELLIGENCE ENGINE
1. You must be on at least Automic Automation Intelligence 6.0.1.
2. When adding the Tidal Scheduler use the Advanced->Custom connection string
I heard from development on this issue and it sounds like they may have already talked to you on this, but they were able to get AAI 6.0.1 to connect to Tidal using TLS 1.2 by adding the ssl=request to the JDBC "Custom Connection String" like in the example below:
jdbc:jtds:sqlserver://<servername>:<port>/<database name>;ssl=request