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

Building with V8 on Linux with curl on Ubuntu 22.04.1 cause curl to fail with SSL error #1190

Open
bghgary opened this issue Jan 4, 2023 · 0 comments
Milestone

Comments

@bghgary
Copy link
Contributor

bghgary commented Jan 4, 2023

Repro:

  1. Build and run UnitTests on Ubuntu 22.04.1 using V8.

Result:

  • UnitTests fail for many URL tests because curl easy apis are returning CURLE_SSL_CACERT_BADFILE. Same tests do not fail if targeting JavaScriptCore instead.

Expect:

  • UnitTests to succeed.
@bghgary bghgary changed the title Building with V8 on Linux with curl on Ubuntu 22.04.1 cause curl to error with SSL errors Building with V8 on Linux with curl on Ubuntu 22.04.1 cause curl to fail with SSL errors Jan 4, 2023
@bghgary bghgary changed the title Building with V8 on Linux with curl on Ubuntu 22.04.1 cause curl to fail with SSL errors Building with V8 on Linux with curl on Ubuntu 22.04.1 cause curl to fail with SSL error Jan 4, 2023
bghgary added a commit to bghgary/BabylonNative that referenced this issue Jan 4, 2023
- Update Linux to use latest Clang/GCC compilers
- Use JavaScriptCore instead of V8 to work around BabylonJS#1190
bghgary added a commit to bghgary/BabylonNative that referenced this issue Jan 5, 2023
- Update Linux to use latest Clang/GCC compilers
- Use JavaScriptCore instead of V8 to work around BabylonJS#1190
bghgary added a commit that referenced this issue Jan 5, 2023
- Update Linux to use latest Clang/GCC compilers
- Use JavaScriptCore instead of V8 to work around #1190
@thomlucc thomlucc added this to the Future milestone Jan 18, 2023
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

No branches or pull requests

2 participants