function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Shunsuke Gimba (銀羽 俊介)Shunsuke Gimba (銀羽 俊介) 

Login to DevHub or Scratch Org. via PROXY on Force.com IDE 2

Hi. I began to use Salesforce DX.
Then, the biggest problem is that I use proxy.
This condition is inevitable for me.

I could login to DevHub by Command Prompt.
But I could not login to DevHub by Force.com IDE 2 

*** in case of using Commant Prompt
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.

*** in case of using Force.com IDE 2
I think Force.com IDE 2 uses Salesforce DX or Salesforce CLI internally.
But there is no chance to type a command like
  set https_proxy=[your proxy adress] .
I have no idea how to realize this.


Do you have any good idea to login to DevHub using Force.com IDE 2 ?