Issue downloading extensions behind proxy
See original GitHub issueHi,
I have had an issue with https://github.com/chentsulin/electron-react-boilerplate/issues/377
I am behind a corp proxy but my proxy settings work well (using cntlm).
For some reason I get and errro when I try to run electron-react-boilerplate’s noder run dev command.
I have tracked the error to https://github.com/MarshallOfSound/electron-devtools-installer/blob/master/src/downloadChromeExtension.js
{ Error: connect ECONNREFUSED 216.58.194.110:443
at Object.exports._errnoException (util.js:1008:11)
at exports._exceptionWithHostPort (util.js:1031:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1080:14)
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '216.58.194.110',
port: 443 }
My concern is if electron-devtools-installer is honoring the proxy settings I have set as environment variables?
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Can't install some extensions behind a corporate proxy #9305
First problem is "Can't install extensions behind a corporate proxy" with same diagnostics. my proxy setup is (from user's settings.json): "http ...
Read more >Download Visual Studio Code extensions behind proxy
The workaround I have found is to manually download the .vsix ... itemName=ms-vscode.cpptools there's a "Download Extension" drop down on ...
Read more >Visual studio update-extensions behind a proxy server - MSDN
protocol. Visual studio seems to be using the IE proxy config file for the update but not for the 443. It's using a...
Read more >Proxy URL Exceptions for Google Chrome Extensions
So the extension from the web store are downloaded from everywhere? And for clarification my problem is about DOWNLOAD extensions through a proxy...
Read more >Using the Adobe extension behind a proxy server
Problem: The Frame.io extension for Adobe is loading all content properly, but uploads or downloads are failing. Solution: Open the extension's preferences ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@oa414 I might rewrite
electron-devtools-installerto use the newnetmodule if it’s available. That way it should auto-detect proxies a lot better@el-davo #35 should handle proxies for you now (if you are using Electron
1.4.5+)