mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[GH-ISSUE #1674] Certificate for api.modoboa.org expired #1317
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1317
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tschuettler on GitHub (Feb 12, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1674
Steps to reproduce
cron job
manage.py communicate_with_public_apifails withCommandError: Failed to retrieve versions from the API.Current behavior
Expected behavior
valid certificate
@WLR86 commented on GitHub (Feb 12, 2019):
This is what happens when relying on certbot... Been there, done that. Certbot doesn't automatically renew certs, it just FAILS to do so, and at the end of the day, you have to troubleshoot the issue, fix it, and renew your certs MANUALLY.
Or use acmetool, and forget about it, it just does the job.
(Sorry for this rant, but I wasted so much time using certbot I can't take it anymore)
@tonioo commented on GitHub (Feb 25, 2019):
Actually, the certificate renew worked but nginx reloading failed... Need to figure out why.
@WLR86 commented on GitHub (Jul 26, 2019):
Once again... Is there any known workaround ?
@WLR86 commented on GitHub (Jul 29, 2019):
Ok I thought I could redirect the error to /dev/null :
So far so good. Obviously the api call still fails, but at east I don't get spammed when it does.
@Arvedui commented on GitHub (Oct 13, 2019):
Here is you quarterly reminder that the certificate auto renewal setup for api.modoboa.org is broken.
@tonioo commented on GitHub (Oct 13, 2019):
@Arvedui it's fixed and I hope it's the last time you report this ;)