-
Notifications
You must be signed in to change notification settings - Fork 212
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
NVS v1.6.2 cannot access remote via https #239
Comments
meet the same problem |
Thanks for reporting. I can't reproduce this error on Mac or Windows, and it wasn't detected in CI tests. Can you set the environment variable |
Also, do you have any proxy configured via |
Same problem occurred. Upgraded agent-base from 6.0.0 to 6.0.2 to fix the problem |
We also resorted to simply use the 1.6.1 version (based on an earlier version of node). |
Windows 10 TypeError [ERR_INVALID_PROTOCOL]: Protocol "https:" not supported. Expected "http:" |
OS:macOS 12.3.1 x64
NVS Version: 1.6.2
Description:
I update NVS to 1.6.2, then i run
nvs add dubnium
and 'nvs ls-remote', it consoleProtocol "https:" not supported. Expected "http:"
. I replace the nvs bootstrap node from v16 to v12 (and edit.nvs/default.json
) and run 'nvs ls-remote' again,then it works.I think it might be because of a breaking change in
fs.readDir
between 16 and 12.ScreenShot:

The text was updated successfully, but these errors were encountered: