Add proxy server setting #74

Closed
opened 2025-12-29 00:24:17 +01:00 by adam · 3 comments
Owner

Originally created by @phaidros7 on GitHub (Mar 3, 2016).

In certain environments a server cannot get HTTP[S] directly but only via a http_proxy. Would be nice to have a proxy seetting in /etc/letsencrypt.sh/config.sh for curl to use it :)

Originally created by @phaidros7 on GitHub (Mar 3, 2016). In certain environments a server cannot get HTTP[S] directly but only via a http_proxy. Would be nice to have a proxy seetting in /etc/letsencrypt.sh/config.sh for curl to use it :)
adam closed this issue 2025-12-29 00:24:17 +01:00
Author
Owner

@lukas2511 commented on GitHub (Mar 5, 2016):

You should be able to just set normal proxy environment variables, curl should see and use them.

See man curl under "Environment".

@lukas2511 commented on GitHub (Mar 5, 2016): You should be able to just set normal proxy environment variables, curl should see and use them. See `man curl` under "Environment".
Author
Owner

@phaidros7 commented on GitHub (Mar 7, 2016):

I agree, that's the way I did it, altho it'd have been nice to have it configurable in the config :_)

@phaidros7 commented on GitHub (Mar 7, 2016): I agree, that's the way I did it, altho it'd have been nice to have it configurable in the config :_)
Author
Owner

@lukas2511 commented on GitHub (Mar 9, 2016):

@phaidros7 you can configure it in config, just use export HTTP_PROXY=... or whatever in config.sh, it should work

@lukas2511 commented on GitHub (Mar 9, 2016): @phaidros7 you can configure it in config, just use `export HTTP_PROXY=...` or whatever in config.sh, it should work
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#74