I've been running appservice-acmebot without any problems for the past 3 years, but it stopped renewing certs about a month ago; I didn't notice until recently when I had to manually renew a bunch of certs.
I'm not aware of any changes made to my Azure Subscription or the Function Apps that run appservice-acmebot.
All of the following errors/messages happen when trying to access my already-deployed appservice-acmebot.
This is what appears in C:\home\LogFiles\eventlog.xml:
These events appear repeatedly, in the same order, over-and-over:
Normally my Azure sites' EventLog.xml files have events going back at least a few months, but in this case both EventLog.xml and EventLog.prev.xml all contain events logged in the past hour.
Re: "See the text file located in the wwwroot folder for more details.", the file is named FAILED TO INITIALIZE RUN FROM PACKAGE.txt and contains this:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 402 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 401
Additionally, there are no new logs under C:\home\LogFiles\Application\ (such as C:\home\LogFiles\Application\Functions\Function\AddCertificate_HttpPoll) since 2022.
The "Failure zip was generated" file just contains a copy of the above 2 files.
UPDATE: I found my current WEBSITE_RUN_FROM_PACKAGE value, and it's https://shibayan.blob.core.windows.net/azure-appservice-letsencrypt/v3/latest.zip - I get a HTTP 404 response using my desktop, but the logs show that Azure gets a 401 response.
Describe the bug
I've been running
appservice-acmebot
without any problems for the past 3 years, but it stopped renewing certs about a month ago; I didn't notice until recently when I had to manually renew a bunch of certs.I'm not aware of any changes made to my Azure Subscription or the Function Apps that run
appservice-acmebot
.All of the following errors/messages happen when trying to access my already-deployed appservice-acmebot.
This is what appears in
C:\home\LogFiles\eventlog.xml
:These events appear repeatedly, in the same order, over-and-over:
Normally my Azure sites'
EventLog.xml
files have events going back at least a few months, but in this case bothEventLog.xml
andEventLog.prev.xml
all contain events logged in the past hour.Re: "See the text file located in the wwwroot folder for more details.", the file is named
FAILED TO INITIALIZE RUN FROM PACKAGE.txt
and contains this:And a
web.config
containing only this:Additionally, there are no new logs under
C:\home\LogFiles\Application\
(such asC:\home\LogFiles\Application\Functions\Function\AddCertificate_HttpPoll
) since 2022.The "Failure zip was generated" file just contains a copy of the above 2 files.
The current appservice-acmebot package URI is https://stacmebotprod.blob.core.windows.net/appservice-acmebot/v4/latest.zip and I'm able to download that just fine from my desktop.
UPDATE: I found my current
WEBSITE_RUN_FROM_PACKAGE
value, and it'shttps://shibayan.blob.core.windows.net/azure-appservice-letsencrypt/v3/latest.zip
- I get a HTTP 404 response using my desktop, but the logs show that Azure gets a 401 response....and I see you commented about this here. Welp.
To Reproduce
Unknown steps.
Environment (please complete the following information):
Additional context