Hello,
After upgrading to LS 5.1 I've tried to enable OCSP Stapling on one of our cPanel servers.
To do this I've added /usr/local/apache/conf/userdata/ssl/enable_stapling.conf that contains
SSLUseStapling on
And I've added to
/usr/local/apache/conf/includes/pre_main_global.conf :
SSLStaplingCache shmcb:/tmp/stapling_cache(128000)
However when I restart Litespeed I get :
[ERROR] [SSL] OCSP Stapling can't be enabled [Failed to get responder!].
I guess I'm missing something, maybe a specific outgoing port needs to be opened or another configuration option needs to be set ?
After upgrading to LS 5.1 I've tried to enable OCSP Stapling on one of our cPanel servers.
To do this I've added /usr/local/apache/conf/userdata/ssl/enable_stapling.conf that contains
SSLUseStapling on
And I've added to
/usr/local/apache/conf/includes/pre_main_global.conf :
SSLStaplingCache shmcb:/tmp/stapling_cache(128000)
However when I restart Litespeed I get :
[ERROR] [SSL] OCSP Stapling can't be enabled [Failed to get responder!].
I guess I'm missing something, maybe a specific outgoing port needs to be opened or another configuration option needs to be set ?