[bug #65007] wget uses non-standard way to print IPv6 addresses

2023-12-09 Thread Bruno Haible
URL: Summary: wget uses non-standard way to print IPv6 addresses Group: GNU Wget Submitter: haible Submitted: Sun 10 Dec 2023 06:39:30 AM CET Category: User Interface

Re: wget refuses to use legitimate self signed CAs provided with the --ca-certificate flag

2023-12-09 Thread Jeffrey Walton
On Sat, Dec 9, 2023 at 2:38 AM David Hadas wrote: > > Using mTLS with self signed certificates with various tools, it seems wget > misbehaves and does not add a legitimate self signed CA provided with the > --ca-certificate flag to the ca pool used internally. > (I expect that the same issue exist

Re: wget refuses to use legitimate self signed CAs provided with the --ca-certificate flag

2023-12-09 Thread Tim Rühsen
Hi, yeah, I'd expect --ca-certificate should work. It would be interesting to see whether --ca-directory works for you. Which TLS library is your wget binary linked with? (use "wget --version" and there is either openssl or gnutls listed) Regards, Tim On 12/9/23 08:11, David Hadas wrote: