Please support http proxies for OCSP #387

Closed
opened 2025-12-29 01:24:15 +01:00 by adam · 1 comment
Owner

Originally created by @bzed on GitHub (Nov 14, 2018).

Hi,

openssl does not respect the usual ALL_PROXY/HTTPS_PROXY environment variables.
Here is some example code that shows how to use proxies with openssl for requesting ocsp files:

https://github.com/bzed/bzed-letsencrypt/blob/master/templates/letsencrypt_get_certificate_ocsp.sh.erb

Thanks,
Bernd

Originally created by @bzed on GitHub (Nov 14, 2018). Hi, openssl does not respect the usual ALL_PROXY/HTTPS_PROXY environment variables. Here is some example code that shows how to use proxies with openssl for requesting ocsp files: https://github.com/bzed/bzed-letsencrypt/blob/master/templates/letsencrypt_get_certificate_ocsp.sh.erb Thanks, Bernd
adam closed this issue 2025-12-29 01:24:15 +01:00
Author
Owner

@lukas2511 commented on GitHub (Dec 10, 2020):

If you really need this please submit a pull-request implementing this (also setting proxy for curl etc.). I've never had somebody else asking this and i think the suggested solution is a bit ugly... That might also cause issues with some OpenSSL versions as some don't support the header argument, which actually just recently caused issues with LibreSSL.

@lukas2511 commented on GitHub (Dec 10, 2020): If you really need this please submit a pull-request implementing this (also setting proxy for curl etc.). I've never had somebody else asking this and i think the suggested solution is a bit ugly... That might also cause issues with some OpenSSL versions as some don't support the header argument, which actually just recently caused issues with LibreSSL.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#387