Actions
Feature #10403
closedAdd Proxy support to ACME package
Start date:
04/01/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Description
The ACME package does not utilize the system proxy settings when making outbound queries.
Though there is not specific support for proxies in acme.sh, it may be possible to nudge things to utilize the proxy in a similar manner to other shell scripts, by setting up the proper proxy environment variables (e.g. HTTP_PROXY, HTTPS_PROXY, HTTP_PROXY_AUTH).
The pkg_env()
function in pkg-utils.inc
already gathers this info into the right variables so it may be possible to leverage that and use its values before executing acme.sh.
Actions