Atom using System Proxy

If you simply modified .apmrc file, it would be reset every time when you reboot atom.

See https://github.com/atom/apm#behind-a-firewall , you’ll find solution to this under the ‘Using a proxy?’ part.

And then run cmd

apm config set strict-ssl false apm config set https-proxy https://$Your_proxy

P.S. Normally it’ll be fixed, but if a problem like SSL782 pops up, See

Error: tunneling socket could not be established, cause=write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:782

Leave a Comment