fabulousone
New Pleskian
- Server operating system version
- Ubuntu 22.04. LTS
- Plesk version and microupdate number
- 18.0.57 #4
Hello, I tried to activate OCSP for the Plesk Panel itself.
I followed this guide How to enable OCSP Stapling and HSTS for Plesk interface? - Support Cases from Plesk Knowledge Base and HSTS and a few other HTTP headers I added work fine. Only OCSP stapling doesn't work. I've already tested it with various tools (e.g.) SSLLabs
I added this to my /etc/sw-cp-server/conf.d/ssl.conf:
add_header Strict-Transport-Security "max-age=31536000" always;
ssl_stapling on;
ssl_stapling_verify on;
resolver 8.8.4.4 8.8.8.8 valid=300s;
resolver_timeout 10s;
May someone help me?
I followed this guide How to enable OCSP Stapling and HSTS for Plesk interface? - Support Cases from Plesk Knowledge Base and HSTS and a few other HTTP headers I added work fine. Only OCSP stapling doesn't work. I've already tested it with various tools (e.g.) SSLLabs
I added this to my /etc/sw-cp-server/conf.d/ssl.conf:
add_header Strict-Transport-Security "max-age=31536000" always;
ssl_stapling on;
ssl_stapling_verify on;
resolver 8.8.4.4 8.8.8.8 valid=300s;
resolver_timeout 10s;
May someone help me?