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

error X509 - Certificate verification failed, e.g. CRL, CA or signature check failed #11812

Open
vega0 opened this issue Nov 1, 2024 · 6 comments · May be fixed by HaxeFoundation/hxcpp#1164

Comments

@vega0
Copy link

vega0 commented Nov 1, 2024

Certificate verification error when using http library, what i should to do to avoid this error?

@vega0
Copy link
Author

vega0 commented Nov 16, 2024

any ideas??

@tobil4sk
Copy link
Member

Hi, could you confirm which haxe target you're using and which OS you're running?

@vega0
Copy link
Author

vega0 commented Dec 7, 2024

Hi, could you confirm which haxe target you're using and which OS you're running?

windows 11, haxe latest C++.

@kLabz
Copy link
Contributor

kLabz commented Dec 7, 2024

Is it happening in a macro? I didn't know cpp target has that issue outside of macros (which is eval target)

@vega0
Copy link
Author

vega0 commented Dec 7, 2024

Is it happening in a macro? I didn't know cpp target has that issue outside of macros (which is eval target)

not in a macro, in a production result. Every http request generates openssl error.

@tobil4sk
Copy link
Member

tobil4sk commented Dec 7, 2024

Please see if this hxcpp patch resolves your error: HaxeFoundation/hxcpp#1164.

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 a pull request may close this issue.

3 participants