-
-
Notifications
You must be signed in to change notification settings - Fork 843
Description
Hi, I am trying to renew my certificate for IIS, I noticed that the schedueled task gets hanged and keeps in status running, I issued
wacs --renew --force --verbose
and it gets stuck as follows
and after 1 hour I broke the sessionn
in the log I have same thing
2024-04-30 13:19:10.131 +02:00 [DBG] secrets.json not found
2024-04-30 13:19:10.454 +02:00 [INF] Arguments: --renew --force --verbose
2024-04-30 13:19:10.702 +02:00 [DBG] Renewal period: 365 days
2024-04-30 13:19:10.705 +02:00 [VRB] Sending e-mails false
2024-04-30 13:19:10.764 +02:00 [INF] Software version 2.1.20.1185 (release, trimmed, standalone, 64-bit) started
2024-04-30 13:19:10.764 +02:00 [INF] Connecting to "https://acme-v02.api.letsencrypt.org/"...
2024-04-30 13:19:10.851 +02:00 [VRB] SecurityProtocol setting: "SystemDefault"
2024-04-30 13:19:10.905 +02:00 [DBG] Send GET to "https://acme-v02.api.letsencrypt.org/directory"
2024-04-30 13:31:18.344 +02:00 [INF] Arguments: --renew --baseuri https://acme-v02.api.letsencrypt.org/
2024-04-30 13:31:18.515 +02:00 [INF] Software version 2.1.20.1185 (release, trimmed, standalone, 64-bit) started
2024-04-30 13:31:18.517 +02:00 [INF] Connecting to "https://acme-v02.api.letsencrypt.org/"...
the log for the shedueled task also gets stuck
2024-04-30 11:59:55.919 +02:00 [INF] Arguments: --renew --baseuri https://acme-v02.api.letsencrypt.org/
2024-04-30 11:59:56.199 +02:00 [INF] Software version 2.1.20.1185 (release, trimmed, standalone, 64-bit) started
2024-04-30 11:59:56.201 +02:00 [INF] Connecting to "https://acme-v02.api.letsencrypt.org/"...
Thanks for your help