Certificate renewal not working #8078
Unanswered
q-wertz
asked this question in
Help / Questions
Replies: 1 comment 1 reply
|
I would suggest using your own reverse proxy (e.g. nginx) in front of Wiki.js to handle SSL certs, rather than Wiki.js. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
maybe someone has a hint or the same problem:
OS: Ubuntu 24.04
WikiJS: 2.5.314
Node: 22.23.1 (installed as snap package)
Installed according to https://docs.requarks.io/install/linux
Currently (after some days offline) our WikiJS instance does not start due to a failed certificate renewal and I didn't manage to find out the issue.
Log
ssl part of `config.yml`
Tested/considering:
certbotand it was able to get a certificate (so I assume no network/port issues)dns-01challenges performed (or multiple in general)wiki/server/core/letsencrypt.js
Lines 90 to 122 in 6f042e9
(I also did not get why yarn, from which I assume the package is downloaded, lists v3.0.3 as latest but the yarn.lock
wiki/yarn.lock
Lines 3495 to 3504 in 6f042e9
resolves to 3.0.9 😅 )
All reactions