SQL Server Connection Error

I am trying to get a new Ignition 8.1.47 on Ubuntu to connect to MS SQL Server (Tried 2022 and 2019). The error I get is:

Cannot create PoolableConnectionFactory (The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "No appropriate protocol (protocol is disabled or cipher suites are inappropriate)".)

I have updated the JDBC drivers to the latest 12.10.

I have added trustServerCertificate=true;encrypt=true as extra connection properties.

I have tried adding:
wrapper.java.additional.11=-Djdk.tls.client.protocols=TLSv1.2
in ignition.conf

I tried pointing it to SQL Server 2012 currently being used by an Ignition 7.9 project.

The error message has not changed in any configuration.

Is there anything else I can try? Or a known configuration of Ignition/JDBC/MS SQL Server that works?

See if What permissions/role needed for ignition to insert data to MSSQL table? - #4 by Transistor helps.

also https://support.inductiveautomation.com/hc/en-us/articles/4417310204813-TLS-v1-0-and-v1-1-Microsoft-SQL-Server-Database-connection-issue

edit: oops, only saw MSSQL 2012, this shouldn't be relevant with the newer versions...

Check the Database Drivers page on the gateway.
Whenever I've seen

there was an error indicating the SQL Server driver on your Ignition server needs to be updated. Click the Edit button next to the driver that has an error and update the .JAR file from there.