Package: devscripts Version: 2.20.5 Followup-For: Bug #976358 X-Debbugs-Cc: [email protected], [email protected]
> bts: failed to open SMTP connection to reportbug.debian.org
> (SSL connect attempt failed error:1416F086:SSL
> routines:tls_process_server_certificate:certificate verify failed)
Same problem here, a quick dirty hack is:
@@ -2718,6 +2718,7 @@
if (have_smtps) {
$smtp = Net::SMTPS->new(
$host,
+ SSL_verify_mode => 0,
Port => $port,
Hello => $smtphelo,
doSSL => 'starttls'

