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

Question OCSP Stapling with Apache and Nginx Reverse Proxy

sall10

Basic Pleskian
Hello,

im using LetsEncrypt already on my websites together with Apache http2 and Nginx Reverse Proxy together with Cloudflare free.

When enabling OCSP Stapling under Subscriptions - Websites and Domains, are there any additional Nginx Directives needed ???

Thx


OSCentOS Linux 7.7.1908 (Core)
ProductPlesk Obsidian
Version 18.0.26, last updated on April 20, 2020 06:00 PM
 
Thanks Arashi for the information. Just enabled on one Domain for testing. Checking on SSLLabs OCSP Must Staple Status is NO. Are there any other Settings mandatory to activate to get it working?



Thx
Sally
 
Same here, activated OCSP via SLLit! Extension, /etc/nginx/plesk.conf.d/vhosts/mydomain.conf states
Code:
#OCSP Stapling
        ssl_stapling on;
        ssl_stapling_verify on;

to check:

echo QUIT | openssl s_client -connect mydomain.com:443 -servername mydomain.com -status 2>/dev/null | grep -A 17 'OCSP' OCSP response: no response sent

Ubuntu 18.04LTS latest Plesk Obsidian
 
Back
Top