• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  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