X Tutup
Skip to content

[ssl] Fix cert verification failure on clean windows environments#293

Merged
Simn merged 1 commit intoHaxeFoundation:masterfrom
tobil4sk:fix/windows-cert-verification
Dec 4, 2024
Merged

[ssl] Fix cert verification failure on clean windows environments#293
Simn merged 1 commit intoHaxeFoundation:masterfrom
tobil4sk:fix/windows-cert-verification

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

@tobil4sk tobil4sk force-pushed the fix/windows-cert-verification branch from ec9c7db to fb16330 Compare November 26, 2024 09:15
@Simn
Copy link
Member

Simn commented Nov 26, 2024

brave_rRLc2mSjCP

Huh...

@tobil4sk
Copy link
Member Author

Not sure why appveyor decided to have a say about it 😅

This uses an mbedtls callback to call some windows api functions if
verification fails, which avoids certain failures in clean windows
environments.
@tobil4sk tobil4sk force-pushed the fix/windows-cert-verification branch from fb16330 to c62f7e8 Compare November 30, 2024 12:13
@tobil4sk
Copy link
Member Author

tobil4sk commented Dec 4, 2024

@Simn All green now!

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

2 participants

X Tutup