Bug#907853: liblwp-protocol-https-perl: turning off hostname verification does not work

2023-07-11 Thread Slaven Rezic
09. 07. 2023. u 20:43, gregor herrmann piše: On Sat, 02 Jan 2021 10:24:52 +0100, Slaven Rezic wrote: The problem still exists in debian/testing (libwww-perl 6.50 + liblwp-protocol-https-perl 6.09-1 installed here): perl -MLWP::UserAgent -e '$ua=LWP::UserAgent->new;

Bug#907853: liblwp-protocol-https-perl: turning off hostname verification does not work

2023-07-09 Thread gregor herrmann
On Sat, 02 Jan 2021 10:24:52 +0100, Slaven Rezic wrote: > The problem still exists in debian/testing (libwww-perl 6.50 + > liblwp-protocol-https-perl 6.09-1 installed here): > > perl -MLWP::UserAgent -e '$ua=LWP::UserAgent->new; > $ua->ssl_opts(verify_hostname=>0); $res = >

Bug#907853: liblwp-protocol-https-perl: turning off hostname verification does not work

2021-01-02 Thread Slaven Rezic
On Mon, 03 Sep 2018 06:03:51 + Slaven Rezic wrote: > Package: liblwp-protocol-https-perl > Version: 6.06-2 > Severity: normal > > Dear Maintainer, > > to disable hostname verification in https requests one would set ssl_opts' > verify_hostname to a false value. However, this does not work:

Bug#907853: liblwp-protocol-https-perl: turning off hostname verification does not work

2018-09-03 Thread Slaven Rezic
Package: liblwp-protocol-https-perl Version: 6.06-2 Severity: normal Dear Maintainer, to disable hostname verification in https requests one would set ssl_opts' verify_hostname to a false value. However, this does not work: $ perl -MLWP::UserAgent -e '$ua=LWP::UserAgent->new;