Subject: | X509_V_FLAG_TRUSTED_FIRST macro not defined |
I am receiving the following error since upgrading to 2.016
Your vendor has not defined SSLeay macro X509_V_FLAG_TRUSTED_FIRST at //perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/IO/Socket/SSL.pm line 235.
Platform is debian jessie with perlbrew and perl 5.20.0
Calling code is
HTTP::Tiny->new->mirror( $url, $file );