• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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. W

    Resolved OCSP stapling with Nginx issue

    Using info above, I created /etc/ssl/stapling folder and then copied out the chain.pem file from /usr/local/psa/var/modules/letsencrypt/etc/archive/mydomainfolder/ I ran the command 2x echo | openssl s_client -connect mydomain.tld:443 -servername serverfqdn -status And it worked... OCSP...
  2. W

    Resolved OCSP stapling with Nginx issue

    That did not work... Here is everything in additional nginx directives: #Enable OCSP ssl_stapling on; ssl_stapling_verify on; ssl_trusted_certificate /usr/local/psa/var/modules/letsencrypt/etc/live/mydomainfolder/chain.pem; resolver 8.8.4.4 8.8.8.8 valid=300s; resolver_timeout 10s; #Necessary...
  3. W

    Resolved OCSP stapling with Nginx issue

    Additional info: I also replaced ssl_certificate with ssl_trusted_certificate in the commands above. To test, I ran the ssl labs test more than once and also submitted the following command on the plesk server and received this response... echo | openssl s_client -connect mydomain.tld:443...
  4. W

    Resolved OCSP stapling with Nginx issue

    I am trying to setup OCSP and am having issues. I have Let's Encrypt Extension and therefore my certificates change frequently. The Let's Encrypt Extension stores the domain certificates at: /usr/local/psa/var/modules/letsencrypt/etc/live/yourdomain.tld/ I added the following under additional...
  5. W

    Resolved OCSP Stapling for the Plesk Panel

    With the introduction of Let's Encrypt to Plesk and the fact that the cert changes every 60 days... How would you suggest implementing OCSP? The latest version of the Let's Encrypt Extension 2.0.2 Release 29 adds their certificates to a directory...
  6. W

    Question Let's Encrypt Enhanced mode with aliases support

    I updated the extension to Let's Encrypt 2.0.0-21 and Plesk Onyx Version 17.0.17 Update #21 and do not see any options to add aliases. I tried renewing existing domain and also deleting Let's Encrypt SSL and replacing with self-signed and then re-installing Let's Encrypt SSL and still no alias...
  7. W

    Issue Let's Encrypt - Domain Alias Option Missing

    I updated the Let's Encrypt extension and cannot see the options for adding domain alias to my Let's encrypt domain certificates. This is supposed to be available on the latest extension update. Plesk OnyxVersion 17.0.17 Update #21 ‪CentOS Linux 7.3.1611 Let's Encrypt extension 2.0.0-21 Let's...
Back
Top