• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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