• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by zerozenit

  1. Z

    FTP with TLS/SSL, certificate is not trusted

    The only configuration difference is that you use a Letsencrypt wildcard certificate for Plesk and for all domains. While I use a Letsencrypt certificate for Plesk and a specific Letsencrypt certificate for each domain. I don't think this could be the problem but you can give it a try.
  2. Z

    FTP with TLS/SSL, certificate is not trusted

    Have you installed and enabled recommended the two extensions (CA plugins) from SSL It !? In particular DigiCert SSL 1.5+. In my case I also enabled and synchronized TLS versions and ciphers by Mozilla (Modern configuration). I have your identical server and client configuration so I don't...
  3. Z

    FTP with TLS/SSL, certificate is not trusted

    Hi MicheleB, I also had the exact same problem. I solved it in this way: On Transmit: Preferences -> Advanced -> Server (Default) -> Advanced: activated the check on "Use TLS v1.2 encryption". Enjoy it! Paolo
  4. Z

    Resolved Failed to update Plesk

    Thank you. I executed to get the list of the apt processes, but no processes was running. Through the plesk panel I updated the plesk starting from the page https: // _ myserver_: 8447 / summary.html? and it went well (from Update # 60 to Update # 62). I think it was a transient problem and...
  5. Z

    Resolved Failed to update Plesk

    On my home screen I found the following warning: Failed to update Plesk. To solve this problem, you can send the update log to Plesk support. View the update logs (July 27, 2019). Copy the logs to your computer before you close this message. To close this message, click here. These are the...
  6. Z

    Question Nginx: redirect all except some file types

    Is it possible to configure nginx to redirect all calls from http to https with the exception of some file types, for example .doc, .docx etc.? This is the actual configuration for redirect all calls: if ($ssl_protocol = "") { rewrite ^ https://$server_name$request_uri? permanent; }...
Back
Top