Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure SSL for eazyBI for Jira Postgres connection

Christopher St_ John August 30, 2023

I am running Jira v9.4.7 and eazyBI Reports and Charts for Jira v6.6.0. I cannot find any information on how to setup SSL for Postgres in eazyBI. When I configure eazyBI settings I can check the box "Use SSL" which fails because  also need to specify the location of the certificates. How can I specify the jdbc url with:

ssl=true

sslmode=verify-full

sslrootcert=/my/rootcert

sslkey=/my/key.pk8

sslcert=/my/sslcert

3 answers

1 accepted

1 vote
Answer accepted
Christopher St_ John September 6, 2023

I was able to get it working by adding the following to eazybi.toml and restarting Jira. I had an existing non-ssl database connection.

[database.advanced.properties]
sslcert= "/path/to/public.crt"
sslkey = "/path/to/private.key"
sslmode = "verify-full"
sslrootcert = "/path/to/ca-chain.cer"

I also found out I could add the following to the installer advanced settings and it would work too. I did not check the box "Use SSL" in the eazyBI settings because sslmode was specified. I'm guessing if I checked the box I did not need to specify sslmode.

[properties]
sslcert= "/path/to/public.crt"
sslkey = "/path/to/private.key"
sslmode = "verify-full"
sslrootcert = "/path/to/ca-chain.cer"
0 votes
Gerda Grantiņa
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 31, 2023

Hi @Christopher St_ John 
On eazyBI, you can enable SSL for PostgreSQL with those Database advanced settings:

[properties]
sslmode = "require"


For more information, check this documentation about eazyBI installation on PostgreSQL: https://docs.eazybi.com/eazybi/set-up-and-administer/atlassian-server-and-data-center/installation-on-jira#InstallationonJira-PostgreSQL

 

Best,
Gerda // support@eazybi.com

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2023

Hi @Christopher St_ John 

I think your question relates to SSL setup for EazyBI this can be found in their documentation

https://docs.eazybi.com/eazybi/set-up-and-administer/private-eazybi/https-or-ssl-setup 

Christopher St_ John August 30, 2023

Thanks for the reply, but the document is for eazyBI's web page. I need the SSL setup for the Postgres database connection.

Like Marc - Devoteam likes this
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 30, 2023

Hi @Christopher St_ John 

I would reach out to eazyBI directly for help on the configuration. They should have had this question before.

I would ask them if they are able to update their documentation on the topic as well if its not in there or not in a logic location

Suggest an answer

Log in or Sign up to answer