bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Docs missing info on ca_directory and ca_certfile


From: Jeffrey Walton
Subject: Re: [Bug-wget] Docs missing info on ca_directory and ca_certfile
Date: Fri, 28 Dec 2018 23:00:58 -0500

On Fri, Dec 28, 2018 at 10:07 PM Jeffrey Walton <address@hidden> wrote:
>
> The sample wgetrc is missing info on ca_directory . Also see
> https://www.gnu.org/software/wget/manual/html_node/Sample-Wgetrc.html.
>
> I also cannot figure out how to tell Wget to use cacert.pem. I've
> tried ca_cert, ca_certs and ca_certfile but it produces:
>
>     wget: Unknown command ‘ca_file’ in /opt/bootstrap/etc/wgetrc at line 141
>     Parsing system wgetrc file failed.

My bad... I found it. openssl.c used "opt.ca_cert", so I was trying to
use the same in rc file. The correct name is ca_certificate.

Tim, you may want this when Wget is built against OpenSSL. It makes
Wget/OpenSSL behave like Wget/GnuTLS:
https://github.com/noloader/Build-Scripts/blob/master/bootstrap/wget.patch
.

Jeff



reply via email to

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