Sidebar
0 votes
320 views
by jon-t-7005 (8.3k points)
I am trying to configure QIE to use a TLS-enabled connection to the QIE MariaDB database.  Where do I put the options?

1 Answer

0 votes

You need to modify the "-Dconnection.url" string in the QIE startup arguments to include the required options.  For example:

-Dconnection.url=jdbc.mariadb://server:3306/qie?useSSL=true&trustServerCertificate=true&requireSSL=true&verifyServerCertificate=false
by jon-t-7005 (8.3k points)
...