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 cert verification failure on clean windows environments #293

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

Conversation

tobil4sk
Copy link
Member

This uses an mbedtls callback to call some windows api functions if verification fails, which avoids certain failures in clean windows environments.

See similar haxe interp target PR for rationale and more info: HaxeFoundation/haxe#11838

Closes #196

This uses an mbedtls callback to call some windows api functions if
verification fails, which avoids certain failures in clean windows
environments.
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" in a clean Windows environment
1 participant