http API crashes the VSCode extension computer
sy-python opened this issue · comments
Describe the bug
A crash happens on VSCode extension computer (but not on a standalone one) when trying to use http API on a secure website
To Reproduce
Steps to reproduce the behavior:
- Open a computer via VSCode extension
- Open the Interactive Lua environment by typing
lua()
and pressing enter - Try communicating with any secure site using http API. An example command:
http.get("https://example.com")
- Observe the crash and a message "The CraftOS-PC worker process exited with code 3221226505."
Expected behavior
The command being executed without crashing.
Environment (please complete the following information):
- OS: Windows 11
- OS Version: 10.0.22621
- CraftOS-PC Version: 2.7.5
- Compiled from source? No
Additional context
Standalone CraftOS-PC instance works fine, see screenshot below: