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

[ssl] Fix ssl cert verification failure on windows #1164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tobil4sk
Copy link
Member

@tobil4sk tobil4sk commented Dec 7, 2024

On clean windows environments, certificate verification would fail incorrectly in some cases.

This uses a callback to run windows api functions to reverify whenever verification fails.

See eval and neko PRs:

Closes HaxeFoundation/haxe#11812

On clean windows environments, certificate verification would fail
incorrectly in some cases.

This uses a callback to run windows api functions to reverify
whenever verification fails.
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

Successfully merging this pull request may close these issues.

error X509 - Certificate verification failed, e.g. CRL, CA or signature check failed
1 participant