Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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.
<url>jdbc:mysql://address=(protocol=tcp)(host=db.local.net)(port=3306)/jsdesk?sessionVariables=default_storage_engine=InnoDB&useSSL=false</url>
Sry for the noise.
This actually does not work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unlock your potential and learn how to use Jira Product Discovery to your advantage. You’ll have the expertise to revolutionize ideas and insights, roadmapping, engage and align teams and stakeholders, and deliver the best solutions—faster. Enroll today!
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.