useSSL=false with Jira ServiceDesk

Roman Baibulatov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 21, 2019

Hi,

How do you pass useSSL=false to Jira ServiceDesk to avoid polluting catalina.out with SSL connection warnings?

I have no issues with configuring useSSL=false with Confluence, but with Jira ServiceDesk it doesn't seem to work.

What I've tried so far (by editing <CONFLUENCE-DATA-DIR>/jira/dbconfig.xml):

<url>jdbc:mysql://address=(protocol=tcp)(host=db.local.net)(port=3306)/jsdesk?sessionVariables=default_storage_engine=InnoDB&useSSL=false</url>
<url>jdbc:mysql://address=(protocol=tcp)(host=db.local.net)(port=3306)/jsdesk?sessionVariables=default_storage_engine=InnoDB?useSSL=false</url>
<url>jdbc:mysql://address=(protocol=tcp)(host=db.local.net)(port=3306)/jsdesk?useSSL=false&sessionVariables=default_storage_engine=InnoDB</url>

Any hints would be appreciated.

1 answer

1 accepted

1 vote
Answer accepted
Roman Baibulatov
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 21, 2019
<url>jdbc:mysql://address=(protocol=tcp)(host=db.local.net)(port=3306)/jsdesk?sessionVariables=default_storage_engine=InnoDB&amp;useSSL=false</url>

Sry for the noise.

Ion McCusker
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 14, 2019

This actually does not work 

Melrian
Contributor
September 9, 2020

Does not work for me either (with Confluence)

Suggest an answer

Log in or Sign up to answer