• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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