Atom Behind Corporate Proxy

I’ve never really have to work from behind any proxy before, so a new Atom installation quickly fails when installing packages. The answer is to run these:

  apm config set proxy "http://proxy:port"
  apm config set https_proxy proxy "http://proxy:port"

If your proxy is crazy like mine:

  apm config set strict-ssl false

I tested these on Windows 7, not sure about other platforms.