]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Perform OCSP requests via HTTP/1.1 instead of HTTP/1.0
authorRuediger Pluem <rpluem@apache.org>
Thu, 4 Sep 2025 06:06:15 +0000 (06:06 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 4 Sep 2025 06:06:15 +0000 (06:06 +0000)
commit5cec2b41bdbb776b012eca4aed9ac8b2946beea9
treef6ce7984951540738f3f2b320a9300f54ea0ce9b
parente2057d122bbe435453c2b1ec4092aed276820ba3
Perform OCSP requests via HTTP/1.1 instead of HTTP/1.0

According to https://docs.digicert.com/en/whats-new/change-log/certcentral-change-log.html#digicert-ending-support-for-http-1-0-connections-for-ocsp-and-crl-certificate-status-verification-checks-619426
Digicert stops supporting HTTP/1.0 for their OCSP responder, but still supports
HTTP/1.1. Hence switch to HTTP/1.1 to keep things working.
It is assumed that other OCSP responders support HTTP/1.1 as well.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928222 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_util_ocsp.c