• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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