MySQL Forums
Forum List  »  Security

Re: Unable to SSL i
Posted by: Var able
Date: September 14, 2021 10:30PM

Hi Georgi Kodinov,
Thanks for your help, actually the certs path location and permissions are fine. Apparmor service is blocking MySQL user to access the certs, we should update the location of certs in /etc/apparmor.d/usr.sbin.mysqld file and restart the service both apparmor and mysql service.

# Allow access to openssl config
/etc/ssl/openssl.cnf r,
/etc/ssl/*.pem r,
/etc/ssl/** rw,


After this the ssl is enabled.

Once again Thanks for your help!


Regards,
Var

Options: ReplyQuote


Subject
Views
Written By
Posted
646
September 10, 2021 10:54PM
334
September 11, 2021 04:27AM
719
September 11, 2021 07:24PM
493
September 13, 2021 01:50AM
Re: Unable to SSL i
393
September 14, 2021 10:30PM
353
September 15, 2021 01:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.