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
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
(...)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.