You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
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 😄
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?
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 exportinghttp_proxy
andhttps_proxy
in provision shell script,Things we have configured
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.
The text was updated successfully, but these errors were encountered: