• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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