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