-
Notifications
You must be signed in to change notification settings - Fork 152
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
Certificate verification fails during connection to the revocation notification webhook server #1569
Comments
This is a workaround for the regression added by `python-requests` version `2.32.3` Resolves: keylime#1569 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
This is a workaround for the regression added by `python-requests` version `2.32.3` Resolves: #1569 Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
I'm closing this again. After investigation, it was determined that the issue was in the test case, which was fixed via RedHat-SP-Security/keylime-tests#661. This was caused by the removal of the symlink to the trusted certificate bundle to improve performance. Basically it will ignore CA certificates that have the same subject as a previously loaded certificate. Related Fedora change: https://fedoraproject.org/wiki/Changes/dropingOfCertPemFile |
Is your issue a feature request? If so, please raise it as an enhancement
Environment
Description
python-requests
added a regression on version2.32.3
, reported upstream via psf/requests#6730This makes the default CA certificates to not be loaded by default during a connection, making the certificate verification to fail.
Keylime is affected by the regression as identified during investigation when the tests started failing on Fedora Rawhide and Centos Stream 10 on #1523.
Expected behavior vs. actual behavior
Expected:
python-requests
Actual:
python-requests
, leading to certificate verification failure.Steps to reproduce problem
basic-attestation-with-custom-certificates
from the testsuite using tmt:Relevant logs
The log contains an error similar to:
The text was updated successfully, but these errors were encountered: