summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawk3dZt8HylpdWM-cEpHkxiKobwOsSzEaMY <Saurabh@web>2012-12-09 14:44:54 +0000
committerGravatar admin <admin@branchable.com>2012-12-09 14:44:54 +0000
commit490e7927841f7c8d2ad65cfc205c7274aff8a652 (patch)
treea52c9a8e995473b995f8cc3dd9cd56c1e5a97089
parentd44801b9318320b9a5ddfec6a191d4105ad90642 (diff)
-rw-r--r--doc/bugs/Proxy_support.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/Proxy_support.mdwn b/doc/bugs/Proxy_support.mdwn
new file mode 100644
index 000000000..d3ab3c601
--- /dev/null
+++ b/doc/bugs/Proxy_support.mdwn
@@ -0,0 +1,18 @@
+What steps will reproduce the problem?
+
+Adding a e.g box.com repository from behind a http proxy via webapp.
+
+What is the expected output? What do you see instead?
+
+Connection should be made. But there is an error message:
+
+"Internal Server Error
+connect: does not exist (Connection refused): user error"
+
+What version of git-annex are you using? On what operating system?
+
+3.20121127 on Archlinux
+
+Please provide any additional information below.
+
+I don't use networkmanager if proxy information is obtained from it. There should be a fallback to environment variables.