-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL certificate expiry dates do not match #2945
Comments
This problem causes using up the rate limit of Let's encrypt. |
I experience the same problem. It will try to update the cert far too often. |
Came here to post the same screenshot :) |
@NGPixel Is there any update on this? My company's wiki site is completely down due to this, I believe. The error logs are spitting out the What I believe is happening...
I have the following settings enabled:
The server worked really well for a month, and then this. I'm unable to reach the UI via HTTP or HTTPS. I can access the database, but I'm not really sure what I should be trying to do in order to reset/get around this. Any help would be appreciated ✊ |
@rogersgt A simple restart of Wiki.js will trigger a certificate renewal. However it seems you exceeded the API limit so that won't work. I suggest disabling HTTPS for now (see https://docs.requarks.io/troubleshooting#how-to-manually-disable-https-ssl-redirection) and consider using a reverse proxy like Cloudflare or put an nginx instance in front. |
for temporary solution, you can edit |
Doen anyone know when the certificate is actually attempted renewed? to me it looks like the code is either run when the server is started, or when the Renew button is clicked in the gui. But I can't find any code that would run the certificate check regularly. Right now my SSL page says the certificate is expired yesterday, and letsdebug.org says there is no renewal requests. |
@snarum That's correct. There's no automatic renewal at the moment and yes, it needs to be added. |
Hi all! I have a problem directly related to this one, I'm using versión 2.5.275, and got the email from let's encrypt my current cert only has a few days left, I have the "Renew certificate" button on the SSL admin section but the request triggered from clicking it returns an error of "Empty response", any suggestions? or anyone else having this issue? |
Suggest you restart your docker containers.. I hit that error before and restarting the containers cleared it up. |
I confirm this is still a problem. For me it seems to be showing the issued date rather than the expiration date. |
@NGPixel , any update on automatic renewal certificate feature? |
I can confirm this is still a problem with Wiki.js 2.5.300 |
I can confirm this issue is still present in Wiki.js 2.5.301. Will this issue cause SSL requests to begin failing when the displayed date has passed? This is the first SSL I have issued for my Wiki.js deployment and I can't quite tell if this is just an issue with what is displayed in the interface or if it is an actual configuration problem that is going to manifest as failed requests. The newly issued SSL certificates display as fine in a browser. Appreciate any information someone can give me on this, and will be investigating nginx implementation in the meantime. |
Describe the bug
If you look at the certificate expiration date on the Let's Encrypt SSL Certificate in the browser and then compare that the certificate expiration date in the Admin > SSL section of the Wiki, the dates do not match. Currently, the Admin panel is showing an expiration date of 29 January 2021 and the browser cert details lists 22 April 20201.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The SSL certificate expiration date should be the same.
Screenshots
Host Info (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: