Revert "Properly support a TLS-wrapped OCSP responder (#10164)"
This reverts commit 3a887f28e8
.
This commit is contained in:
parent
cb2cdde10e
commit
8d17cd40b4
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ local function do_ocsp_request(url, ocsp_request)
|
||||||
["Host"] = parsed_url[2],
|
["Host"] = parsed_url[2],
|
||||||
},
|
},
|
||||||
body = ocsp_request,
|
body = ocsp_request,
|
||||||
ssl_server_name = parsed_url[2],
|
|
||||||
})
|
})
|
||||||
if not http_response then
|
if not http_response then
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
Loading…
Reference in a new issue