Skip to main content
Aliaksandr Satskou ha preguntado en #Apex
Hi

Please, help to set up proxy for SFDX CLI.

I'm trying:

sfdx update

I'm getting:

If you are behind a proxy, please make sure that the network 'proxy' config is set properly.  See: 'npm help config'

Regards, Aliaksandr Satskou
6 respuestas
  1. 23 oct 2017, 15:33
    Hi.

    Check

      internet options > lan settings > bypass proxy server for local addresses

    on, because the login process seems to pass localhost(1717),

    and this page should not be via proxy.

    Then type command

      set https_proxy=[your proxy adress]

    then you can login to DevHub using OAuth.

    i hope this helps you.
0/9000