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

CA configuration failed on IPA server. (@pki/master) #4891

Closed
amore17 opened this issue Nov 4, 2024 · 3 comments
Closed

CA configuration failed on IPA server. (@pki/master) #4891

amore17 opened this issue Nov 4, 2024 · 3 comments

Comments

@amore17
Copy link

amore17 commented Nov 4, 2024

The installation of a CA fails on a server when the @pki/master copr repository is enabled.

The error can be seen in FreeIPA nightly tests, for instance in PR #freeipa-pr-ci2/freeipa#4130 with the
report and logs

@flo-renaud
Copy link

The issue was introduced with this commit: 596ea56

The commit is using the methods not_valid_before_utc / not_valid_after_utc but they were introduced with python-cryptography 42.0.0 (https://cryptography.io/en/latest/x509/reference/#cryptography.x509.Certificate.not_valid_before_utc) and the test is running on Fedora 40 with python-cryptography-41.0.7-1.fc40

@edewata
Copy link
Contributor

edewata commented Nov 8, 2024

The issue should be fixed in 16a1004.

Could you try again? Thanks.

@flo-renaud
Copy link

The issue has been fixed, latest run shows better results: freeipa-pr-ci2/freeipa#4148

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

3 participants