• 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.

Issue OCSP for Plesk-Panel does not work

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?
 
The relevant line in SSLLabs output is:

1702547324486.png

Is this the line where you see a "No" instead? There are other OSCP lines where a "no" is irrelevant.

Did you restart sw-cp-server and sw-engine after the changes?
 
Hello Peter, yes it says “no” right there. I restarted both services. no change. Even after restarting the entire server nothing happened.
 
The "ssl_stapling" directive could occur in other configuration files, too. Have you checked that the ssl.conf file is the only occurence of all the fles in /etc/sw-cp-server/conf.d?
 
The two lines were in the plesk.conf file: ssl_stapling on; ssl_stapling_verify on; Below that are the paths to the SSL certificate and the key. I removed the lines and restarted both services but it doesn't work.
 
The "on" should be o.k. I thought that maybe an "off" line could be found.

In this case I think it'll be best to submit a support ticket so that staff can check it directly on your server.
 
Back
Top