bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] --no-check-cert does not avoid cert warning


From: Tim Ruehsen
Subject: Re: [Bug-wget] --no-check-cert does not avoid cert warning
Date: Tue, 01 Dec 2015 09:31:19 +0100
User-agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.13; x86_64; ; )

Are you working on *nix ?

Try wget ... |& grep -v "WARNING: cannot verify"

To filter out the warnings you don't want to see. You could use egrep to 
filter different lines at once.

If you are working with self-signed certificates, use --ca-certificate=... to 
allow wget perform a proper check.

Tim

On Monday 30 November 2015 17:43:54 Karl Berry wrote:
>     An alternative to make  --no-check-certificate silent would be to
>     provide a parameter to explicitely silence it:
>       --no-check-certificate=quiet
> 
> Sure, sounds fine.  Or any other method ...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]