]> sjero.net Git - wget/commitdiff
[svn] Document the https_proxy setting.
authorhniksic <devnull@localhost>
Tue, 15 Nov 2005 21:18:14 +0000 (13:18 -0800)
committerhniksic <devnull@localhost>
Tue, 15 Nov 2005 21:18:14 +0000 (13:18 -0800)
doc/ChangeLog
doc/wget.texi

index f28ef5d3b165c0d19f0c9dfe91244f4c0f9f60fa..bb68fdc87403f6f6f70ba687e8aa4081ea1a2e7d 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.texi: Document https_proxy.
+
 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * sample.wgetrc: Rewrite the "passive FTP" paragraph to better
index cf41dc01bfd06118d39ce7248c5a9cb8955dc86a..7a06917f4521d5ce20c67f10b4ea8b431fe09382 100644 (file)
@@ -2638,6 +2638,10 @@ environment.
 Set @sc{http} user to @var{string}, equivalent to
 @samp{--http-user=@var{string}}.
 
+@item https_proxy = @var{string}
+Use @var{string} as @sc{https} proxy, instead of the one specified in
+environment.
+
 @item ignore_length = on/off
 When set to on, ignore @code{Content-Length} header; the same as
 @samp{--ignore-length}.
@@ -3166,8 +3170,9 @@ the following environment variables:
 
 @table @code
 @item http_proxy
+@itemx https_proxy
 This variable should contain the @sc{url} of the proxy for @sc{http}
-connections.
+and @sc{https} connections.
 
 @item ftp_proxy
 This variable should contain the @sc{url} of the proxy for @sc{ftp}
@@ -3191,6 +3196,7 @@ This option and the corresponding command may be used to suppress the
 use of proxy, even if the appropriate environment variables are set.
 
 @item http_proxy = @var{URL}
+@itemx https_proxy = @var{URL}
 @itemx ftp_proxy = @var{URL}
 @itemx no_proxy = @var{string}
 These startup file variables allow you to override the proxy settings