mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Document the https_proxy setting.
This commit is contained in:
parent
3041bd6e15
commit
f3b54cdaf4
@ -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>
|
2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* sample.wgetrc: Rewrite the "passive FTP" paragraph to better
|
* sample.wgetrc: Rewrite the "passive FTP" paragraph to better
|
||||||
|
@ -2638,6 +2638,10 @@ environment.
|
|||||||
Set @sc{http} user to @var{string}, equivalent to
|
Set @sc{http} user to @var{string}, equivalent to
|
||||||
@samp{--http-user=@var{string}}.
|
@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
|
@item ignore_length = on/off
|
||||||
When set to on, ignore @code{Content-Length} header; the same as
|
When set to on, ignore @code{Content-Length} header; the same as
|
||||||
@samp{--ignore-length}.
|
@samp{--ignore-length}.
|
||||||
@ -3166,8 +3170,9 @@ the following environment variables:
|
|||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item http_proxy
|
@item http_proxy
|
||||||
|
@itemx https_proxy
|
||||||
This variable should contain the @sc{url} of the proxy for @sc{http}
|
This variable should contain the @sc{url} of the proxy for @sc{http}
|
||||||
connections.
|
and @sc{https} connections.
|
||||||
|
|
||||||
@item ftp_proxy
|
@item ftp_proxy
|
||||||
This variable should contain the @sc{url} of the proxy for @sc{ftp}
|
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.
|
use of proxy, even if the appropriate environment variables are set.
|
||||||
|
|
||||||
@item http_proxy = @var{URL}
|
@item http_proxy = @var{URL}
|
||||||
|
@itemx https_proxy = @var{URL}
|
||||||
@itemx ftp_proxy = @var{URL}
|
@itemx ftp_proxy = @var{URL}
|
||||||
@itemx no_proxy = @var{string}
|
@itemx no_proxy = @var{string}
|
||||||
These startup file variables allow you to override the proxy settings
|
These startup file variables allow you to override the proxy settings
|
||||||
|
Loading…
Reference in New Issue
Block a user