openvscode-server icon indicating copy to clipboard operation
openvscode-server copied to clipboard

Installation of extensions is not possible behind proxy

Open KhazAkar opened this issue 1 year ago • 0 comments

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.93.1
  • OS Version: Ubuntu 22.04

Steps to Reproduce:

  1. Download OpenVSCode server binaries from release
  2. Unpack them and navigate to main folder
  3. run e.x ./bin/openvscode-server --install-extension editorconfig.editorconfig
  4. Observe on console such error:
./bin/openvscode-server --install-extension ms-azuretools.vscode-docker
Installing extensions...
Error while installing extensions: self-signed certificate in certificate chain
self-signed certificate in certificate chain

KhazAkar avatar Sep 18 '24 10:09 KhazAkar