We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cec2b4 commit f04d066Copy full SHA for f04d066
modules/ssl/ssl_util_ocsp.c
@@ -46,7 +46,7 @@ static BIO *serialize_request(OCSP_REQUEST *req, const apr_uri_t *uri,
46
BIO_printf(bio, "http://%s:%d",
47
uri->hostname, uri->port);
48
}
49
- BIO_printf(bio, "%s%s%s HTTP/1.1\r\n"
+ BIO_printf(bio, "%s%s%s HTTP/1.0\r\n"
50
"Host: %s:%d\r\n"
51
"Content-Type: application/ocsp-request\r\n"
52
"Connection: close\r\n"
0 commit comments