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

Recent content by peteeeeeee

  1. P

    Question [CVE-2026-44631] Apache HTTP Server Buffer Underflow Code Execution Vulnerability

    May I know if Plesk has a plan to release a fix for this? cve report Thanks for any advice.
  2. P

    Question Can I automate SSL renewal using a custom PFX/CRT certificate (Not Let's Encrypt)?

    With the industry moving toward much shorter SSL lifespans, is there a way to automate this process for a domain? Currently, my manual workflow is: Receive a .pfx file from the client. Extract the .crt and .key files using a password. Upload and update the certificate via Plesk > Subscription...
  3. P

    Question [Laravel] How to serve the laravel-websockets in Plesk

    I am using beyondcode/laravel-websockets and pusher/pusher-php-server to serve web socket with Laravel. Additional nginx directives location /app/ { proxy_pass http://127.0.0.1:6001; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection...
  4. P

    Question What is the best practice for cloning a Plesk instance on AWS ec2

    My site is hosted in AWS ec2, after a certain amount of time, the site traffic growing up, so I decided to add one more ec2 and site behind a load-balancer to distribute network or application traffic. I create an image from the original ec2 and create the second ec2 instance, it is working...
  5. P

    Question Renew Let's encrypt cert failed after added inbound rule for aws ec2

    I am hosting Plesk in aws ec2, recently added some security group inbound rules, and let's encrypt seems cannot renew. As it is an internal site, so 80/443 port is not accessible to the public. May I know what should I do to renew the Let's Encrypt cert? What IP/ port should I configure in...
  6. P

    Question Install last version of Apache

    Same here, I manually updated to the latest apache version (2.4.54) and got the below error message. Does anyone have a solution for this?
  7. P

    Resolved Error when create new subscription/ domain. usermng: Failed to set password for user 'xxx'

    Turns out the issue is caused by McAfee antivirus software which running on my server. Problem sloved after disable IDS_AP_RULE_PREVENT_MODIFICATION_PASSWORDFILES_LINUX. [disabling the default Access Protection rules]
  8. P

    Resolved Error when create new subscription/ domain. usermng: Failed to set password for user 'xxx'

    Yes, I checked this article, but there is a bit different. He successfully create domain & user before, the error happens when he changes the password. In my case, I am creating domain, the user does not yet exist (I guess), so cannot reset the password for a non-exist user. Am I...
  9. P

    Resolved Error when create new subscription/ domain. usermng: Failed to set password for user 'xxx'

    I got an error when creating a new subscription/ domain, tried Diagnose & Repair but no luck.
Back
Top