1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

* doc/wget.texi: add hint for self-signed certificates

This commit is contained in:
Ángel González 2015-12-10 23:02:14 +01:00 committed by Giuseppe Scrivano
parent 160f0e908f
commit 3eddf5c173

View File

@ -1725,9 +1725,12 @@ this option to bypass the verification and proceed with the download.
site's authenticity, or if you really don't care about the validity of site's authenticity, or if you really don't care about the validity of
its certificate.} It is almost always a bad idea not to check the its certificate.} It is almost always a bad idea not to check the
certificates when transmitting confidential or important data. certificates when transmitting confidential or important data.
If you are really sure of what you are doing, you can specify For self-signed/internal certificates, you should download the certificate
--check-certificate=quiet to tell wget to not print any warning about and verify against that instead of forcing this insecure mode.
invalid certificates, in most cases this is the wrong thing to do. If you are really sure of not desiring any certificate verification, you
can specify --check-certificate=quiet to tell wget to not print any
warning about invalid certificates, albeit in most cases this is the
wrong thing to do.
@cindex SSL certificate @cindex SSL certificate
@item --certificate=@var{file} @item --certificate=@var{file}