Public bug reported:

certbot (2.11.0-1) on plucky will generate warnings when it runs

```
certbot[14547]: /usr/lib/python3/dist-packages/certbot/ocsp.py:238: 
CryptographyDeprecationWarning: Properties that return a naïve datetime object 
have been deprecated. Please switch to this_update_utc.
certbot[14547]:   if not response_ocsp.this_update:
certbot[14547]: /usr/lib/python3/dist-packages/certbot/ocsp.py:240: 
CryptographyDeprecationWarning: Properties that return a naïve datetime object 
have been deprecated. Please switch to this_update_utc.
certbot[14547]:   if response_ocsp.this_update > now + timedelta(minutes=5):
certbot[14547]: /usr/lib/python3/dist-packages/certbot/ocsp.py:242: 
CryptographyDeprecationWarning: Properties that return a naïve datetime object 
have been deprecated. Please switch to next_update_utc.
certbot[14547]:   if response_ocsp.next_update and response_ocsp.next_update < 
now - timedelta(minutes=5):
```

This is addressed upstream in
https://github.com/certbot/certbot/issues/9967 and is reported to be
fixed in the 3.x releases.

** Affects: python-certbot (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2098593

Title:
  CryptographyDeprecationWarning sent to error log

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-certbot/+bug/2098593/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to