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 commenti
using Linux.
replaced username and password in the url and tested all commands still getting same error .
all commands are working except Jwt comand
followed this link:
https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli_firewall.htm