Hi,

I've upgraded my testserver to Fedora 41 with

freeipa-healthcheck-core-0.17-4.fc41.noarch
freeipa-server-common-4.12.2-4.fc41.noarch

Running ipa-healthcheck gives these warnings:

/usr/lib/python3.13/site-packages/ipalib/x509.py:270: 
CryptographyDeprecationWarning: Properties that return a naïve datetime object 
have been deprecated. Please switch to not_valid_after_utc.
  return self._cert.not_valid_after.replace(tzinfo=datetime.timezone.utc)
/usr/lib/python3.13/site-packages/ipalib/x509.py:270: 
CryptographyDeprecationWarning: Properties that return a naïve datetime object 
have been deprecated. Please switch to not_valid_after_utc.
  return self._cert.not_valid_after.replace(tzinfo=datetime.timezone.utc)
/usr/lib/python3.13/site-packages/pki/nssdb.py:2070: 
CryptographyDeprecationWarning: Properties that return a naïve datetime object 
have been deprecated. Please switch to not_valid_before_utc.
  cert['not_before'] = self.convert_time_to_millis(cert_obj.not_valid_before)
/usr/lib/python3.13/site-packages/pki/nssdb.py:2071: 
CryptographyDeprecationWarning: Properties that return a naïve datetime object 
have been deprecated. Please switch to not_valid_after_utc.
  cert['not_after'] = self.convert_time_to_millis(cert_obj.not_valid_after)

Otherwise ipa-healthcheck reports success, no errors.

Jochen

-- 
This space is intentionally left blank.

-- 
_______________________________________________
FreeIPA-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to