The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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)