Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #1050000

Bug#983589: w3m: Cannot verify certificates any more

From Tatsuya Kinoshita <tats@debian.org>
Newsgroups linux.debian.bugs.dist
Subject Bug#983589: w3m: Cannot verify certificates any more
Date 2021-02-26 23:40 +0100
Message-ID <BMTWa-5x7-9@gated-at.bofh.it> (permalink)
References <BMRUl-4lK-1@gated-at.bofh.it> <BMRUl-4lK-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On 2021-02-26 at 21:25 +0100, Samuel Thibault wrote:
> Since version 0.5.3+git20210102-3 of w3m (downgrading to -2 fixes it),
> all https website give me
>
> unable to get local issuer certificate: accept? (y/n)

Hmm, could you please tell me your configuration of ssl_ca_path
and ssl_ca_file in <~/.w3m/config> and </etc/w3m/config>?

The intentional change in -3 means that OpenSSL default paths will
not be loaded if you set ssl_ca_path or ssl_ca_file.

All the following should work in -3.

    w3m -dump -o ssl_ca_path= -o ssl_ca_file=/etc/ssl/certs/ca-certificates.crt https://www.debian.org
    w3m -dump -o ssl_ca_path=/etc/ssl/certs -o ssl_ca_file= https://www.debian.org
    w3m -dump -o ssl_ca_path= -o ssl_ca_file= https://www.debian.org

Thanks,
--
Tatsuya Kinoshita

Back to linux.debian.bugs.dist | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Bug#983589: w3m: Cannot verify certificates any more Samuel Thibault <sthibault@debian.org> - 2021-02-26 21:30 +0100
  Bug#983589: w3m: Cannot verify certificates any more Tatsuya Kinoshita <tats@debian.org> - 2021-02-26 23:40 +0100
    Bug#983589: w3m: Cannot verify certificates any more Samuel Thibault <sthibault@debian.org> - 2021-02-27 00:00 +0100
      Bug#983589: w3m: Cannot verify certificates any more Tatsuya Kinoshita <tats@debian.org> - 2021-02-27 00:30 +0100
        Bug#983589: w3m: Cannot verify certificates any more Tatsuya Kinoshita <tats@debian.org> - 2021-02-27 01:00 +0100

csiph-web