Skip to content
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

Naive datetimes on image server #2518

Open
JoeCohen opened this issue Nov 9, 2024 · 0 comments
Open

Naive datetimes on image server #2518

JoeCohen opened this issue Nov 9, 2024 · 0 comments

Comments

@JoeCohen
Copy link
Member

JoeCohen commented Nov 9, 2024

Cron mo@mycolab python3 -c 'import random; import time;
time.sleep(random.random() * 3600)' && sudo /usr/bin/certbot renew --quiet
1 message
Cron Daemon root@images.mushroomobserver.org Sat, Nov 9, 2024 at 4:34 AM
To: webmaster@mushroomobserver.org
/snap/certbot/4182/lib/python3.12/site-packages/certbot/ocsp.py:238: CryptographyDeprecationWarning: Properties that
return a naïve datetime object have been deprecated. Please switch to this_update_utc.
if not response_ocsp.this_update:
/snap/certbot/4182/lib/python3.12/site-packages/certbot/ocsp.py:240: CryptographyDeprecationWarning: Properties that
return a naïve datetime object have been deprecated. Please switch to this_update_utc.
if response_ocsp.this_update > now + timedelta(minutes=5):
/snap/certbot/4182/lib/python3.12/site-packages/certbot/ocsp.py:242: CryptographyDeprecationWarning: Properties that
return a naïve datetime object have been deprecated. Please switch to next_update_utc.
if response_ocsp.next_update and response_ocsp.next_update < now - timedelta(minutes=5):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant