Issue Azure MySQL Secure Connection

John W

Basic Pleskian
Server operating system version
RHEL9.6
Plesk version and microupdate number
18.0.72
My DBA was able to connect to the Azure MySQL DB via the command line. When I add the following to the Panel.ini as suggested:
[database]
tls.enable = true;

I get the following error and had to revert. Please advise.
ERROR: PleskFatalException: The localhost is not compatible with enabling a secure connection. Additionally, an exception has occurred while trying to report this error: PleskFatalException The localhost is not compatible with enabling a secure connection. (Abstract.php:104)

RHEL9.6
Plesk 18.0.72 built1
MariaDB 10.11.14
 
Are you running PSA on an external database or locally?

Code:
[database]
tls.enable = true;

It is only to be used if you have the Plesk database hosted remotely
 
Back
Top