taiga-vagrant icon indicating copy to clipboard operation
taiga-vagrant copied to clipboard

Installation failing due to running behind proxy

Open RohanSakhale opened this issue 8 years ago • 4 comments

There should be a way for performing clean installing that would run behind proxy server.

Currently we tried handling by using vagrant-proxyconf plugin and exporting http_proxy and https_proxy in provision shell script,

Things we have configured

  • APT Proxy
  • Git Proxy
  • Environment variables for proxy

We are not sure what we are currently missing in proxy which is causing our installation to fail.

Please let us know if any logs we can provide for deeper analysis.

RohanSakhale avatar Mar 08 '16 07:03 RohanSakhale

Hello @RohanSakhale

You could try using taiga-scripts in a ubuntu 14.04 machine. That way you could check the installation logs easily and detect what's failing exactly.

Regards,

superalex avatar Mar 08 '16 07:03 superalex

No luck over this too over trying multiple times in various way, there is something that we are missing which is not getting installed behind the firewall while fetching from internet.

If taiga installer provides an optional to mention Proxy Server for accessing internet behind the firewall would be a great advantage :smile:

:heart: Taiga

RohanSakhale avatar Mar 17 '16 05:03 RohanSakhale

Hello @superalex

I configured http.proxy in .gitconfig, environment, apt, wgetrc, curlrc and tried to install Taiga in Ubuntu 16.04 behind corporate proxy server but getting below error:

taiga@taiga:~$ git clone https://github.com/taigaio/taiga-back.git taiga-back
Cloning into 'taiga-back'...
fatal: unable to access 'https://github.com/taigaio/taiga-back.git/': Received HTTP code 407 from proxy after CONNECT

Please let me know if there is any plan to fix this issue?

rbhattarai avatar Oct 11 '17 17:10 rbhattarai

Hi @rbhattarai,

This problem is not related with Taiga or taiga infrastructure. This is mainly a problem with your company proxy and how it connects to Github.

A possible option is to try to use http://github.com/taigaio/taiga-back.git instead of https://....

Other option is try to use "git" protocol, but I suppose that won't work neither.

jespino avatar Oct 13 '17 06:10 jespino