(I am faking a reply to
http://www.nntp.perl.org/group/perl.cpan.testers.discuss/2016/07/msg3892.html
because I do NOT have the original message, apologizes if your mail
client realises I am lying -:)
Test::Reporter: error from 'Test::Reporter::Transport::Metabase:'
fact submission failed: Internal Exception at
/usr/perl5.22.1sp/lib/site_perl/5.22.1/Metabase/Client/Simple.pm line 129.
Metabase::Client::Simple::submit_fact(Metabase::Client::Simple=HASH(0x80480f828),
CPAN::Testers::Report=HASH(0x804820d50)) called at
/usr/perl5.22.1sp/lib/site_perl/5.22.1/Test/Reporter/Transport/Metabase.pm line
122
Test::Reporter::Transport::Metabase::send(Test::Reporter::Transport::Metabase=HASH(0x804b6c168),
Test::Reporter=HASH(0x804823648)) called at
/usr/perl5.22.1sp/lib/site_perl/5.22.1/Test/Reporter.pm line 272
eval {...} called at
/usr/perl5.22.1sp/lib/site_perl/5.22.1/Test/Reporter.pm line 272
Test::Reporter::send(Test::Reporter=HASH(0x804823648)) called at
/home/e/eserte/devel/send_tr_reports.pl line 126
FYI just got this error systematically on my solaris box, and the origin
was a too old openssl version on the client-side; error diagnostic being:
SSL connect attempt failed error:1407742E:SSL
routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Regards, Jean-Damien.
ps: I also sent a pull request to Metabase::Client::Simple to show the
real exception when this is an internal HTTP::Tiny exception (this is
how I knew it was because of the openssl)