Revert "Properly support a TLS-wrapped OCSP responder (#10164)"

This reverts commit 3a887f28e8.
This commit is contained in:
James Strong 2024-07-09 17:37:05 -04:00 committed by GitHub
parent cb2cdde10e
commit 8d17cd40b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,6 @@ local function do_ocsp_request(url, ocsp_request)
["Host"] = parsed_url[2],
},
body = ocsp_request,
ssl_server_name = parsed_url[2],
})
if not http_response then
return nil, err