vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.27k stars 3.52k forks source link

Hanging when behind a proxy with authentication #1612

Open julianonunes opened 7 years ago

julianonunes commented 7 years ago

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").

Strike117 commented 6 years ago

same here

chabou commented 6 years ago

@Strike117 Which version do you use?

chabou commented 6 years ago

Maybe same issue than https://github.com/zeit/hyper/issues/1829

PatMis16 commented 5 years ago

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.

bdubn commented 4 years ago

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.

Lunchb0ne commented 4 years ago

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

enhsaihan-d commented 4 years ago

I have same problem behind a corporate proxy even with proxy configured within npm.

jbrown16 commented 3 years ago

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?

digeomel commented 3 years ago

Same here 😞

adityamaliyan commented 2 months ago

is this still on? can I work on this?