It seems like ACME is not using the globally configured http proxy when doing requests. If I try to add an account in the PVE GUI I get
I can register an account via the CLI if i provide the "https_proxy" environment variable ("http_proxy" does not work) but as this need to work automatically on renewals this is not feasible in the long run.
Code:
Error: GET to https://acme-v02.api.letsencrypt.org/directory Can't connect to acme-v02.api.letsencrypt.org:443 (Network is unreachable) Network is unreachable at /usr/share/perl5/LWP/Protocol/http.pm line 50. (500)
I can register an account via the CLI if i provide the "https_proxy" environment variable ("http_proxy" does not work) but as this need to work automatically on renewals this is not feasible in the long run.
Code:
https_proxy="http://proxy.example.com:3128" pvenode acme account register letsencrypt admin@example.com