BabylonJS / BabylonJS/BabylonNative
Building with V8 on Linux with Ubuntu 22.04.1 cause curl to fail with SSL error
Open
- Dominant language
- C++
- Stars
- 919
- Forks
- 162
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 19
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.