• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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