Hanging when behind a proxy with authentication
- [x] I am on the latest Hyper.app version
- [x] I have searched the issues of this repo and believe that this is not a duplicate
- OS version and name: Windows 10 Build 14393.693
- Hyper.app version: 1.2.1
- Link of a Gist with the contents of your .hyper.js: https://gist.github.com/julianonunes/43558260b32de2e8d19cbc7e6470e416
- Relevant information from devtools (CMD+ALT+I on Mac OS, CTRL+SHIFT+I elsewhere): N/A
- The issue is reproducible in vanilla Hyper.app: Is Vanilla
Issue
I just downloaded the app and installed, and when I run, after a few seconds it just freezes. I'm behind a corporate proxy using authentication and this often causes problems with Node.js applications that require internet access (but IMHO, I should be able to use Hyper in "disconnected mode").
same here
@Strike117 Which version do you use?
Maybe same issue than https://github.com/zeit/hyper/issues/1829
I am using Hyper 3 and I cannot install plugins because I am behind a proxy. I tried to enter proxy information into the configuration but it did not work.
There are several threads related to hyper.js proxy issues. What are the FQDNs and/or public IP ranges that are utilized by the hyper.js update mechanism? If we had this information, we would be able to exclude/bypass proxy for this process.
The update-checker process checks for a feed from https://VERSIONTYPE.hyper.is/update/PLATFORM/VERSION Where VERSIONTYPE is the type of the app (releases or releases-canary) PLATFORM is the platform of the app VERSION is the version of the app (eg 3.0.9)
So for example, if I want the feed for Linux stable, I would need to go to
https://releases.hyper.is/update/deb/3.1.0-canary.4
I have same problem behind a corporate proxy even with proxy configured within npm.
Can this issue get addressed again please? I am having the same issue as my network uses a corporate proxy. Are @jynolen's changes valid?
Same here 😞
is this still on? can I work on this?