On Sun, 5 Mar 2023 09:01:22 +0100 Gioele Barabucci <gio...@svario.it> wrote:
bts is currently unable to file bug reports via reportbug.debian.org:

$ bts --smtp-host=reportbug.debian.org retitle 1234 "foobar"
bts: failed to open SMTP connection to reportbug.debian.org
(SSL connect attempt failed error:0A000086:SSL routines::certificate verify failed)

A workaround suggested by Unit193 on #debian-devel is reverting

https://github.com/noxxi/p5-io-socket-ssl/commit/c0a063b70f0a#diff-d1cdb9f512f51b16007345ca2037a640735689038dd631b9c79cd8d953334309

i.e. removing the branch

    } elsif ( ! $vcn_scheme && $host =~m{^[\d.]+$|:} ) {
      # don't try to verify IP by default
      return $ok;

from IO/Socket/SSL.pm

--
Gioele Barabucci

Reply via email to