Zuo Zongyuan

Results 24 comments of Zuo Zongyuan

nvs doesn't support self-signed certificate out-of-the-box, nor does Node.js. User behind corporate MITM proxy should set the environment variable `NODE_EXTRA_CA_CERTS`, see [Node.js Doc](https://nodejs.org/api/cli.html#node_extra_ca_certsfile). Maybe this should be mentioned somewhere in...

Here's a workaround to start WSL in PAM session from Windows Terminal: #### ~/.bashrc ```bash ... # wsl login shell if [ -n "$_WSL_PREV_PATH" ]; then export PATH="$_WSL_PREV_PATH" unset _WSL_PREV_PATH...

@rchatterjee `AppleMobileDeviceService` is listening `27015` on `127.0.0.1`, which means you can't simply access the port from within WSL. You should forward the port on the gateway of WSL vSwitch and...

> May I ask why you want to go through WSL? Since I already built a macOS cross toolchain on WSL > You can compile the lib and tools for...