• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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