• 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.

PostgreSQL authentication method

agarzon

Basic Pleskian
Why plesk 11.5 still coming with the wrong authentication method?

By default Plesk (even 11.5.30) comes with IDENT method, which is deprecated since years ago : http://kb.parallels.com/en/116324
Code:
/var/lib/pgsql/data/pg_hba.conf
host    all         all         ::1/128               ident

So, why not just change it to MD5 or password by default? In any case mostly people uses other methods but ident.

In every single server I manage I have to change that to MD5 every time...
 
We have already submitted request PPP-2025 regarding this issue. Developers are working on it and fix will be included in one of nearest Plesk update.
 
Back
Top