ansible-nginx-revproxy icon indicating copy to clipboard operation
ansible-nginx-revproxy copied to clipboard

Task "Install certbot-auto" from letsencrypt.yml fails

Open nakomoto opened this issue 4 years ago • 2 comments

Hi!

The task "Install certbot-auto" from letsencrypt.yml fails, because url: https://dl.eff.org/certbot-auto returns a 404

TASK [nginx-proxy-role : Install certbot-auto] *******************************************************
fatal: [ssl-web-proxy]: FAILED! => changed=false 
  dest: /usr/bin/certbot-auto
  elapsed: 1
  msg: Request failed
  response: 'HTTP Error 404: Not Found'
  status_code: 404
  url: https://dl.eff.org/certbot-auto

nakomoto avatar Sep 26 '21 12:09 nakomoto

I also have this problem. It seems like the EFF may have deprecated certbot-auto but I haven't found anything definitive yet.

cwh1te avatar Nov 10 '21 00:11 cwh1te

Seems like that fix is for #52 and this issue is because certbot-auto have been deprecated.

jorblad avatar Nov 07 '22 12:11 jorblad