You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues, open and closed, and I'm convinced that mine is new.
The title contains the plugin to which this issue belongs
Describe the bug
Probably due to config restore, acmeclient may "remember" a cron job UUID under ./AcmeClient/settings/UpdateCron which cron itself does not have anymore (cron/jobs/job[@uuid] in /conf/config.xml).
Under this circumstances the acme API controller fails to reinstate a consistent state (it refusues to both remove the inexistent job and to re-link to a pre-existing job).
To Reproduce
Steps to reproduce the behavior:
Enable acme autorenewal
Go to /conf/config.xml ./AcmeClient/settings/UpdateCron and remember the UUID for later
Then replace it with another UUID (and restart)
Try to disable Auto Renewal in Acme Client settings: it will fail silently and not remove the cron job with the original UUID
Restore the original UUID in config.xml and disable auto renewal (should work this time)
Then search that UUID among the CRON jobs in /conf/config.xml, and change that UUID (and restart).
Try to enable Auto Renewal in Acme: it will add a second cron job, instead of finding and re-linking the first one.
(To clean up leftovers from this test: Disable Auto Renewal, then remove the cron job you changed the UUID of)
To actually trace the problem, I had to set breakpoints in opnsense.js to see the actual AJAX results.
Here is what I saw:
POST to /acmeclient/settings/set: OK
POST to /configtest: Action not allowed
POST to /reconfigure: Saved
POST to /fetchCronIntegration: unable to delete cron
[etc]
Expected behavior
CRON and acmeclient config to be re-synchronized, and cron entries to be updated when the UI doesn't show errors.
The cron jobs have an <origin>AcmeClient</origin> property to correlate.
Screenshots
Just for reference on how I traced the problem, as I had a hard time finding logs on the backend, and Chrome was forgetting the responses of POST requests after a page reload which follows the "Apply" action, here is where I set breakpoints to look at the traffic.
Relevant log files
If applicable, information from log files supporting your claim.
Additional context
Add any other context about the problem here.
Environment
Software version used and hardware type if relevant.
e.g.:
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Describe the bug
Probably due to config restore, acmeclient may "remember" a cron job UUID under ./AcmeClient/settings/UpdateCron which cron itself does not have anymore (cron/jobs/job[@uuid] in /conf/config.xml).
Under this circumstances the acme API controller fails to reinstate a consistent state (it refusues to both remove the inexistent job and to re-link to a pre-existing job).
To Reproduce
Steps to reproduce the behavior:
To actually trace the problem, I had to set breakpoints in opnsense.js to see the actual AJAX results.
Here is what I saw:
POST to /acmeclient/settings/set: OK
POST to /configtest: Action not allowed
POST to /reconfigure: Saved
POST to /fetchCronIntegration: unable to delete cron
[etc]
Expected behavior
CRON and acmeclient config to be re-synchronized, and cron entries to be updated when the UI doesn't show errors.
The cron jobs have an
<origin>AcmeClient</origin>
property to correlate.Screenshots

Just for reference on how I traced the problem, as I had a hard time finding logs on the backend, and Chrome was forgetting the responses of POST requests after a page reload which follows the "Apply" action, here is where I set breakpoints to look at the traffic.
Relevant log files
If applicable, information from log files supporting your claim.
Additional context
Add any other context about the problem here.
Environment
Software version used and hardware type if relevant.
e.g.:
OPNsense 25.1-amd64
FreeBSD 14.2-RELEASE
OpenSSL 3.0.15
os-acme-client 4.8
The text was updated successfully, but these errors were encountered: