SSL Connection to mysql server on public Jira server

Jonny Adams
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.
November 14, 2017

We are hosting our own Jira Server and will make it public; my users will be connecting via SSL.  My question is if I need to worry about making sure Jira and Confluence are using an SSL connection to mysql?  Jira, Confluence, and mysql are all on the same server.

1 answer

1 accepted

0 votes
Answer accepted
Dave Theodore [Coyote Creek Consulting]
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 15, 2017

I would configure MySQL to bind to 127.0.0.1 only.  Then point each application to 127.0.0.1 to connect to the DB.  

In order for someone to intercept the DB traffic this way, they would need to be logged in to the server. If an attacker has gotten that far, you probably have bigger problems to worry about, so I wouldn't bother encrypting that DB traffic. :)

Suggest an answer

Log in or Sign up to answer