-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
certbot renew does not renew certificates where the site returns a 403 due a restricted access (whitlisted only one public IP).
Manual renewal is working.
Nginx Proxy Manager Version
v2.9.12
To Reproduce
Steps to reproduce the behavior:
- Go to docker exec -it container_name /bin/bash
- certbot renew
- public domains work just fine, private do not
Expected behavior
automatic renewal should just work as fine as it does with the manual renewal
Screenshots
Operating System
Ubuntu 18.04 via Xen Orchestra
Additional context
what does the manual renewal do different?
Thanks!