Bug#1078426: bts: fails to send email with SMTP connection is already in SSL mode

2024-08-18 Thread Daniel Leidert
I run into the same issue. bts calls $smtp->starttls() in line 2709, but starttls() in /usr/share/perl/5.38/Net/SMTP.pm line 621 calls die(). My mail server is using port 587 with STARTTLS. Thus, I dropped the starttls() call in /usr/bin/bts and all works well. Regards, Daniel signature.asc Desc

Bug#1078426: bts: fails to send email with SMTP connection is already in SSL mode

2024-08-10 Thread Gabriel Filion
Package: devscripts Version: 2.23.7 Severity: normal Hello, I've been trying to send update a bug report with bts but right after I supply my email password, bts crashes with the following error: SMTP connection is already in SSL mode at /usr/share/perl/5.38/Net/SMTP.pm line 621, line 2. note