Bug#1029588: bts: Changes in libio-socket-ssl-perl 2.078 make bts fail to send mail to mail-server via SSL/TLS - hostname verification failed

2023-04-05 Thread Daniel Leidert
Hi, Am Mittwoch, dem 29.03.2023 um 18:42 +0200 schrieb Dominique Dumont: > > Turns out that Perl module Net::SMTP supports SSL since 2014 [1], but > bts still use Net::SMTPS which is an old wrapper around Net::SMTP. > > I've patched bts to use Net::SMTP instead of Net::STMPS and I can > connect

Bug#1029588: bts: Changes in libio-socket-ssl-perl 2.078 make bts fail to send mail to mail-server via SSL/TLS - hostname verification failed

2023-04-01 Thread Dominique Dumont
Hi I've created a merge request [1] on devscript to fix this issue All the best [1] https://salsa.debian.org/debian/devscripts/-/merge_requests/343

Bug#1029588: bts: Changes in libio-socket-ssl-perl 2.078 make bts fail to send mail to mail-server via SSL/TLS - hostname verification failed

2023-03-29 Thread Dominique Dumont
Hello Turns out that Perl module Net::SMTP supports SSL since 2014 [1], but bts still use Net::SMTPS which is an old wrapper around Net::SMTP. I've patched bts to use Net::SMTP instead of Net::STMPS and I can connect to Daniel's server: $ perl -MDevel::SimpleTrace scripts/bts.pl --smtp-host

Bug#1029588: bts: Changes in libio-socket-ssl-perl 2.078 make bts fail to send mail to mail-server via SSL/TLS - hostname verification failed

2023-03-25 Thread Dominique Dumont
On Wed, 22 Mar 2023 15:22:34 +0100 Lee Garrett wrote: > While this setup might work for some people, this has IMHO quite a few hefty > drawbacks and requires me to maintain a MTA on my local machine. I could > elaborate, but I don't think it's on-topic for this bug report. Agreed. > I'm sure

Bug#1029588: bts: Changes in libio-socket-ssl-perl 2.078 make bts fail to send mail to mail-server via SSL/TLS - hostname verification failed

2023-03-22 Thread Lee Garrett
On Sat, 18 Mar 2023 17:06:08 +0100 Dominique Dumont wrote: On Tue, 14 Feb 2023 22:21:26 +0100 Lee Garrett wrote: > Bumped severity as this makes bts currently unusable, and probably > breaks for quite a few DDs their workflow. This does not break on my system where bts is connected to local

Bug#1029588: bts: Changes in libio-socket-ssl-perl 2.078 make bts fail to send mail to mail-server via SSL/TLS - hostname verification failed

2023-03-18 Thread Dominique Dumont
On Tue, 14 Feb 2023 22:21:26 +0100 Lee Garrett wrote: > Bumped severity as this makes bts currently unusable, and probably > breaks for quite a few DDs their workflow. This does not break on my system where bts is connected to local sendmail (which is the default setup). Which hints at a

Bug#1029588: bts: Changes in libio-socket-ssl-perl 2.078 make bts fail to send mail to mail-server via SSL/TLS - hostname verification failed

2023-02-14 Thread Lee Garrett
Bumped severity as this makes bts currently unusable, and probably breaks for quite a few DDs their workflow.

Bug#1029588: bts: Changes in libio-socket-ssl-perl 2.078 make bts fail to send mail to mail-server via SSL/TLS - hostname verification failed

2023-01-24 Thread Daniel Leidert
Package: devscripts Version: 2.22.2 Severity: important -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I'm running a mail server. The server is using wildcard-certificates issued by letsencrypt (but the same issue happens with a dedicated certificate). Since the last update of