Hi,
I'm currently running Plesk Obsidian 18.0.41 with Apache and Nginx reverse proxy. I'm trying to use OCSP Stapling for a domain using the following directives:
Then going on https://www.ssllabs.com/ssltest/ to check if OCSP Stapling is correctly on.
SSLlabs keep telling that OCSP Stapling is not on if I check my domain without www. But if I make the check with www, then OCSP Stapling is then on.
Any idea how to enable OCSP Stapling also for the non www version of my domain ?
Regards
I'm currently running Plesk Obsidian 18.0.41 with Apache and Nginx reverse proxy. I'm trying to use OCSP Stapling for a domain using the following directives:
Code:
ssl_stapling on;
ssl_stapling_verify on;
resolver 8.8.4.4 8.8.8.8 valid=300s;
resolver_timeout 10s;
Then going on https://www.ssllabs.com/ssltest/ to check if OCSP Stapling is correctly on.
SSLlabs keep telling that OCSP Stapling is not on if I check my domain without www. But if I make the check with www, then OCSP Stapling is then on.
Any idea how to enable OCSP Stapling also for the non www version of my domain ?
Regards