aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2013-08-10 10:17:07 -0700
committerBrian Dolbec <dolsen@gentoo.org>2013-08-10 10:17:07 -0700
commit3f82940636620e5a7970eb563a8bccc0656a8f2f (patch)
tree5e712dc9b020e7634a191c26f0f078c30735c4cc /etc
parentAdd cli options to both layman-updater and layman to print the setup help mes... (diff)
downloadlayman-3f82940636620e5a7970eb563a8bccc0656a8f2f.tar.gz
layman-3f82940636620e5a7970eb563a8bccc0656a8f2f.tar.bz2
layman-3f82940636620e5a7970eb563a8bccc0656a8f2f.zip
Add https connection verification.
Diffstat (limited to 'etc')
-rw-r--r--etc/layman.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/layman.cfg b/etc/layman.cfg
index 11ae1be..f1d730a 100644
--- a/etc/layman.cfg
+++ b/etc/layman.cfg
@@ -84,9 +84,10 @@ overlays :
#-----------------------------------------------------------
# Proxy support
-# If unset, layman will use the http_proxy environment variable.
+# If unset, layman will use the http_proxy/https_proxy environment variable.
#
-#proxy : http://[user:pass@]www.my-proxy.org:3128
+#http_proxy : http://[user:pass@]www.my-proxy.org:3128
+#https_proxy : https://[user:pass@]www.my-proxy.org:3128
#-----------------------------------------------------------
# Strict checking of overlay definitions