Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(certbot): make cerbot honor httx_proxy #28

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf
Copy link
Contributor

this PR unbreaks certbot on proxied systems, where it is not able to talk to LetsEncrypt and fails to renew certs. setting the proxy values in its environment, it can now connect where it needs to.

TODO

  • an additional conditional would be nice, as to whether http_proxy is set at all.

when: proxy_host is defined and proxy_port is defined

- name: make systemd reread configs
ansible.builtin.systemd_service:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be nice if this would be conditional based on changed attribute from previous task

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lemme have a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants