Kallithea issues archive

Issue #164: Support for http/https proxy (with proxy exception)

Reported by: André Klitzing
State: invalid
Created on: 2015-10-09 07:02
Updated on: 2016-02-01 16:10

Description

Hi there!

We want to use kallithea behind a company proxy. As we use "remote repository clone" we need to add a http/https proxy. Most time the repository is available in internal network and don't need any proxy. Sometimes we need the proxy to get external repositories.

So it would be very helpful if the admin settings proxy "http/https proxies and proxy exceptions". Hopefully this is easy to implement since python already implemented proxy support.

Thanks!

Attachments

Comments

Comment by Mads Kiilerich, on 2015-12-22 14:03

If using Mercurial, it might work if you manually add the proxy configuration to the settings table in the database. See hg help config.http_proxy .

Comment by domruf, on 2016-01-04 16:13

@misery you could try to set the environment variables http_proxy and https_proxy for the kalliteha server application.

This should work for both mercurial and git.

Comment by André Klitzing, on 2016-02-01 16:10

Sorry, seems like I did a mistake in my configuration. It works now....