Tow to enable OCSP Stapling via http proxy? I modified the vhost as follows: I reactivated the option "SSLUseStapling on" I reactivated the option "SSLUseStapling on" with and added the directive: "SSLOCSPProxyURL" Code: SSLUseStapling on SSLOCSPProxyURL http://My.proxy:3128/ The site responds well.