getting ssl error after ssl setup

You are viewing an old version of this question. View the current version here.

Hi,

I set up SSL following this page. Everything is working fine. I can connect from remote computer, php.

When I try to connect from shell using `mariadb -uuser -p` i get the following error;
ERROR 2026 (HY000): SSL connection error: ASN: bad other signature confirmation.


Same if I try `sudo mariadb`. I have to use --skip-ssl to be able to log in.

My user@localhost I'm trying to log in with does not require SSL.

How can I solve this.

Thanks for your help. Regards.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.