Skip to content

Commit

Permalink
Revert "Properly support a TLS-wrapped OCSP responder (#10164)"
Browse files Browse the repository at this point in the history
This reverts commit 3a887f2.
  • Loading branch information
strongjz authored Jul 9, 2024
1 parent cb2cdde commit 8d17cd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rootfs/etc/nginx/lua/certificate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d17cd4

Please sign in to comment.