Forums

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

SSL connection error during Jira Installation

Arek_Mateusiak May 1, 2020

Hello,

I had error on DB setup during installation.

In catalina.out log I found error: establishing ssl connection without server's identity verification is not recommended (...)

I tried to use sample dbconfig.xml file and fill it there with useSSL=false but it didn't work, I guess it should go through setup wizard after all to setup tables etc...

What is the solution to fix it?

Thanks,

Arek

1 answer

0 votes
Arek_Mateusiak May 1, 2020

okay, resolved

seems like sample dbconfig.xml file with useSSL=false was way to go,

but it is important that MySQL db is setup properly with utf8mb4

worth checking db with STATUS command:

 

mysql> STATUS;
--------------
(...)
Server characterset: utf8mb4
Db characterset: utf8mb4
Client characterset: utf8mb4
Conn. characterset: utf8mb4
(...)

Suggest an answer

Log in or Sign up to answer