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

Issue OCSP Stapling seems not to work

Physicus

New Pleskian
Hello,

I have a problem with the SSL It! option for OCSP stapling. It seems not to work.

I am using Plesk Obsidian v18.0.37_build1800210809.18 os_Ubuntu 18.04 (upgraded from Onyx 17.8) with german language. Also I use apache http2 and nginx reverse proxy.

For a domain (website) on my server I have SSL with a Let's Encrypt certificate already in use and it works fine.

Now I tried to use OCSP-Stapling for this domain. For doing this I went to "Websites & Domains" -> <my domain> -> "SSL/TLS certificates" and switched on the Option "OCSP-Stapling" and ordered the new Let's Encrypt certificate via the SLL It! extension. But after the new certificate has been installed there was no OCSP-Stapling working!

In the file /var/www/vhosts/system/<my domain>/conf/nginx.conf there is written (like expected):

#OCSP Stapling
ssl_stapling on;
ssl_stapling_verify on;

But in the generated CSR (certification request) there is nothing included for OCSP-Stapling and therefore also the certificate has no extension for OCSP.

It looks like switching on OCSP-Stapling in Plesk has no effect!

Have I missed something? I appreciate any help in this subject - many thanks!
 
I found out the reason for this myself:
To check if OCSP is enabled, I clicked on the SSL Lab Test link provided on the Plesk page (SSL/TLS certificate). However, this performs the test with <domain> and not with www.<domain>! OCSP seems to be not supported with <domain>, but only with www.<domain>. After I now called the test page of SSL-Labs itself and entered www.<domain> for testing, it now outputs "OCSP stapling Yes" :)

BUT: I still have one question for the experts here:
How can I set the "OCSP Must Staple" flag?

Thanks for any hints in advance!
 
Back
Top