g:\aria2>aria2c -h#https
Usage: aria2c [OPTIONS] [URI | MAGNET | TORRENT_FILE | METALINK_FILE]...
Printing options tagged with '#https'.
See 'aria2c -h#help' to know all available tags.
Options:
--certificate=FILE Use the client certificate in FILE.
The certificate must be in PEM format.
You may use --private-key option to specify the
private key.
Possible Values: /path/to/file
Tags: #http, #https
--private-key=FILE Use the private key in FILE.
The private key must be decrypted and in PEM
format. See also --certificate option.
Possible Values: /path/to/file
Tags: #http, #https
--ca-certificate=FILE Use the certificate authorities in FILE to verify
the peers. The certificate file must be in PEM
format and can contain multiple CA certificates.
Use --check-certificate option to enable
verification.
Possible Values: /path/to/file
Tags: #http, #https
--check-certificate[=true|false] Verify the peer using certificates specified
in --ca-certificate option.
Possible Values: true, false
Default: true
Tags: #http, #https
--https-proxy=PROXY Use a proxy server for HTTPS. To override a
previously defined proxy, use "".
See also the --all-proxy option.
This affects all https downloads.
Possible Values: [http://][USER:PASSWORD@]HOST[:PORT]
Tags: #http, #https
--all-proxy=PROXY Use a proxy server for all protocols. To override
a previously defined proxy, use "".
You also can override this setting and specify a
proxy server for a particular protocol using the
--http-proxy, --https-proxy and --ftp-proxy
options.
This affects all downloads.
Possible Values: [http://][USER:PASSWORD@]HOST[:PORT]
Tags: #http, #https, #ftp
--no-proxy=DOMAINS Specify comma separated hostnames, domains or
network address with or without CIDR block where
proxy should not be used.
Possible Values: HOSTNAME,DOMAIN,NETWORK/CIDR
Tags: #http, #https, #ftp
--https-proxy-user=USER Set user for --https-proxy.
Tags: #http, #https
--https-proxy-passwd=PASSWD Set password for --https-proxy.
Tags: #http, #https
--all-proxy-user=USER Set user for --all-proxy.
Tags: #http, #https, #ftp
--all-proxy-passwd=PASSWD Set password for --all-proxy.
Tags: #http, #https, #ftp
Refer to man page for more information.
g:\aria2>