• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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