Skip to content
This repository has been archived by the owner on Sep 4, 2018. It is now read-only.

Cannot download packages when I am behind a HTTP/HTTPS proxy #214

Open
ceyhun opened this issue Feb 20, 2015 · 10 comments
Open

Cannot download packages when I am behind a HTTP/HTTPS proxy #214

ceyhun opened this issue Feb 20, 2015 · 10 comments

Comments

@ceyhun
Copy link

ceyhun commented Feb 20, 2015

No description provided.

@supermarin
Copy link
Collaborator

Not sure how we can help here.. @kattrali @jurre ideas?

@jurre
Copy link
Collaborator

jurre commented Mar 11, 2015

Yeah me neither, maybe the proxy is blocking git/github?

@ceyhuno how could we reproduce this?

@ceyhun
Copy link
Author

ceyhun commented Mar 11, 2015

Go to your network settings -> define a Web Proxy (HTTP) and Secure Web Proxy (HTTPS) -> hit ok and apply.
Go to Alcatraz -> try to install a plugin (Backlight in my case) -> the progress bar goes 1/3 full and stays there and then it goes back to 0.

Interestingly, I can install a Color Theme just fine. Installing templates does not work either.

@ceyhun
Copy link
Author

ceyhun commented Mar 11, 2015

Maybe you can add proxy settings to Alcatraz just like the Spotify app. Or maybe there is an easier solution (like detecting the system's proxy settings or something else).

@jurre
Copy link
Collaborator

jurre commented Mar 11, 2015

Hmm are you able to use git at all this way? Because I think that might be the problem here, for color schemes we simply download the file, but for plugins we do a git clone

@ceyhun
Copy link
Author

ceyhun commented Mar 12, 2015

git clone https://github.com/...... works perfectly

@lubbo
Copy link

lubbo commented Apr 22, 2015

maybe git clone https://github.com/.... is allowed by proxy but git clone git://github.com uses the git port 9418 and sometimes the proxy only allows 80 and 443?

@ceyhun
Copy link
Author

ceyhun commented Apr 22, 2015

I checked the port 9418 and yes it is blocked indeed. So what can we do to solve this problem? I am not able to install anything from Alcatraz.

@jeeftor
Copy link

jeeftor commented Apr 20, 2016

I also have this issue - would it be possible to use the git protocol instead of https? We also do funky certificate ssl stuff inside our firewall

@deppe
Copy link

deppe commented May 5, 2016

👍 I can't use alcatraz at work without configuring a proxy

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants