SSL enable OCSP stapling with HTTP/1.1

JelleG

Verified User
Joined
Jun 3, 2015
Messages
57
Hi,

I want to enable OCSP stapling on my DA server.

Therefore I edit /usr/local/directadmin/data/users/useraccount/httpd.conf with:

Code:
SSLStaplingCache shmcb:/tmp/stapling_cache(128000)
<VirtualHost XXX.XXX.XX.154:443 >
	SSLEngine on
        SSLUseStapling on

But that does not seem to work. Is HTTP/2 required to enable OCSP stapling or can I make it work also on a default DA server, with HTTP/1.1?

(I tried it using HTTP/2, in that case it works well. But I do not want to use HTTP/2)
 
Last edited:
Back
Top