I am running “eazyBI Reports and Charts for Jira” v6.6.0 on Jira v9.4.7. I cannot find any information on how to connect eazyBI to a Postgres13 database with SSL.
When I “Configure” eazyBI settings through the Jira “Manage apps” page I can check the box “Use SSL” but that fails because I also need to specify the location of the certificates.
How can I specify the location of the certificates, or the jdbc url, or what is needed in eazybi.toml? The eazybi.toml file currently has non-ssl settings in it.
This is what I need to set for the jdbc url.
ssl=true
sslmode=verify-full
sslrootcert=/my/rootcert
sslkey=/my/key.pk8
sslcert=/my/sslcert
The jdbc url should look something like this.
jdbc:postgresql://mydatabase.local.net:5432/eazybi_jira?ssl=true&sslmode=verify-full&sslrootcert=/my/rootcert&sslkey=/my/key.pk8&sslcert=/my/sslcert