Our access to Internet is done through a corporate proxy using self signed certificates.
I've managed to install VSCode with this role and I can install extensions manually with the GUI.
When I try to automate Extensions intstallation with this role, it does not work.
I've tried to install extensions with command line :
code --install-extension janisdd.vscode-edit-csv
That failed as well with "unable to get local issuer certificate"
This is probably related to GUI using proper proxy/certificates configuration from the system but node.js (when using CLI) not using it at all.
I've tried to configure NA_NODE_CA_CERTIFICATE and NA_EXTRA_CA_CERTS variables pointing to the CA certificate of our organisation but no success so far.
Any help apreciated.
José
Our access to Internet is done through a corporate proxy using self signed certificates.
I've managed to install VSCode with this role and I can install extensions manually with the GUI.
When I try to automate Extensions intstallation with this role, it does not work.
I've tried to install extensions with command line :
code --install-extension janisdd.vscode-edit-csvThat failed as well with "unable to get local issuer certificate"
This is probably related to GUI using proper proxy/certificates configuration from the system but node.js (when using CLI) not using it at all.
I've tried to configure NA_NODE_CA_CERTIFICATE and NA_EXTRA_CA_CERTS variables pointing to the CA certificate of our organisation but no success so far.
Any help apreciated.
José