1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
270 views
by jon-t-7005 (8.2k 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.2k points)
...