icing / mod_md

Let's Encrypt (ACME) in Apache httpd
https://icing.github.io/mod_md/
Apache License 2.0
334 stars 28 forks source link

OCSP requests Proxy #313

Closed dme-usp closed 1 year ago

dme-usp commented 1 year ago

Is there something similar like SSLOCSPProxyURL for OCSP requests with mod_md? MDHttpProxy seems to not cover the OCSP requests.

icing commented 1 year ago

I have admittedly not tested it, but the intention is that MDHttpProxy works for OCSP requests as well.

arminabf commented 1 year ago

We've found the reason in compiling libcurl without the --enable-proxy configure option. Doing so, MDHttpProxy works as expected... thanks!