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

  1. B

    Resolved Cannot update SSL certificate used o port 8443 for plesk administration

    I found the issue. I accidently added an additional fastcgi_buffers config for nginx: fastcgi_buffers 16 16k; fastcgi_buffers 32 32k; which should be of course # fastcgi_buffers 16 16k; fastcgi_buffers 32 32k;
  2. B

    Resolved Cannot update SSL certificate used o port 8443 for plesk administration

    I tried to restart "sw-cp-server.service" by "sudo service sw-cp-server restart", but it failed. Probably this is the reason. Weirdly, I couldnt find any sw-cp service running at all, but plesk admin web ui is reachable... These are my checks: # ps ax | grep sw-cp | grep -v grep #...
  3. B

    Resolved Cannot update SSL certificate used o port 8443 for plesk administration

    I found weirdly under /etc/sw-cp-server/conf.d/plesk.conf the server configuration snippet for port 8443 and it links to a certificate to be found at /opt/psa/admin/conf/httpsd.pem and this certificate is issued for the correct MYDOMAIN.net, but it seems not to be used.
  4. B

    Resolved Cannot update SSL certificate used o port 8443 for plesk administration

    Thanks, I tried this (# plesk repair web-server), but didnt work. The config check didnt find any error and issue stays. Just for clarity: - Domain and subdomains under MYDOMAIN.net have been secured with a wildcard Let's encrypt certificates, including mail securing using "Websites & Domains...
  5. B

    Resolved Cannot update SSL certificate used o port 8443 for plesk administration

    Dear all, I run Plesk on a single webserver with one domain and multiple subdomains. I secured all domains with Let's Encrpyt SSL certificates and all works fine. Also mail uses a new SSL certificate. I made sure that I go to "tools & settings" - "SSL/TSL Certificates", i issued a new...
Back
Top