Skip to main content

#Npm Config0 discussing

3 comments
0/9000

I'm getting an error while installing the Salesforce CLI on a computer that’s behind a web proxy.

 

I have already run below commands still getting the error:

npm config set https-proxy https://username:pwd@proxy.company.com:8080 npm config set proxy https://username:pwd@proxy.company.com:8080

 

Error: tunneling socket could not be established, cause=write EPROTO 139623248447296:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:252:\n

 

Please advice.

4 comments
0/9000