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

tls: improve debug information on the cause of the failure when loading system certificates on windows #9533

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

niedbalski
Copy link
Collaborator

Description

Gives better detailed information on the cause of the failure when loading system certificates on windows.
This patch also adds a condition to allow identifying colliding certificates (X509_R_CERT_ALREADY_IN_HASH_TABLE)
or errors while enumerating the system certificates (GetLastError() != CRYPT_E_NOT_FOUND)

This patch goes next to #9527 and #9528

Testing

This patch goes next to #9527 and #9528


Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

Copy link
Contributor

@cosmo0920 cosmo0920 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

gives detailed information on the cause of the failure when
loading system certificates.

Signed-off-by: Jorge Niedbalski <jorge.niedbalski@chronosphere.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants