set/change encryption in jdbc configuration for jira

Daniel Hartwig March 15, 2019

I have a request to set/change the encryption in the configuration of the JDBC driver for Jira to AES256, 3DES168. This concerns the encryption between Jira and the Oralce database. Does anyone know how this works?

1 answer

1 accepted

0 votes
Answer accepted
JP _AC Bielefeld Leader_
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.
March 15, 2019

Hi,

if it's done on the JDBC driver level it's independent to Jira. It's a transport level encryption like TLS/SSL. 

You might want to check this:

https://blogs.oracle.com/dev2dev/ssl-connection-to-oracle-db-using-jdbc,-tlsv12,-jks-or-oracle-wallets

Your request has nothing to do with Jira directly but with the database connection between the application server and the database.

Best

JP

Daniel Hartwig March 18, 2019

Thanks for your answer 

Suggest an answer

Log in or Sign up to answer