News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

forums.next.codeblocks.org Cert has expired

Started by Wkerry, October 24, 2025, 11:10:45 AM

Previous topic - Next topic

Wkerry

Some bits from the expired cert:

Common Name forums.next.codeblocks.org
Organization   Let's Encrypt
Not Before      Sat, 26 Jul 2025 07:51:01 GMT
Not After        Fri, 24 Oct 2025 07:51:00 GMT
DNS Name     forums.next.codeblocks.org
Serial Number   05:31:D6:45:C8:BE:C3:89:15:F5:4B:39:68:46:A8:E7:14:47
Distribution Point   http://r11.c.lencr.org/72.crl

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Wkerry

New cert has an expiry date of:
- Thu, 22 Jan 2026 15:46:40 GMT



ollydbg

Quote from: Wkerry on October 25, 2025, 07:30:56 AM
New cert has an expiry date of:
- Thu, 22 Jan 2026 15:46:40 GMT

Thanks, I will report to our site admin about this.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

sodev

Quote from: ollydbg on October 26, 2025, 08:25:13 AM
Quote from: Wkerry on October 25, 2025, 07:30:56 AM
New cert has an expiry date of:
- Thu, 22 Jan 2026 15:46:40 GMT

Thanks, I will report to our site admin about this.

No need to report anything, Let't Encrypt certificates do have a short lifespan by intent ;)

Wkerry

So you are saying that cert's should be okay after the expiry? I disagree and my second post was a reminder that the admin needs to keep any eye on the 3 monthly lets encrypt expiry.

ollydbg's response was good and expected.

Михаил Агарков

Is the certificate not auto renewed by the ACME? That's kind of what Let's Encrypt was designed for.
Michael Agarkov
[url="https://michaelagarkov.ru/MichaelAgarkov"]https://michaelagarkov.ru/MichaelAgarkov[/url]

sodev

Quote from: Wkerry on October 30, 2025, 09:26:41 AM
So you are saying that cert's should be okay after the expiry? I disagree and my second post was a reminder that the admin needs to keep any eye on the 3 monthly lets encrypt expiry.

No i don't, expired certificates do not work. Usually the certificates are managed by Certbot, it schedules a cron job (or whatever system the OS uses) to check the certificates daily and acquire and install new ones automatically when the current ones are about to expire.