mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Please support http proxies for OCSP #387
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.