Subject: | t/external/20_cert_chain.t fails for older machines |
We have various build machines running Solaris/HP-UX/AIX that all fail the t/external/20_cert_chain.t test with:
$ perl t/external/20_cert_chain.t.orig
1..3
connect: Cannot assign requested address at 20_cert_chain.t.orig line 29.
# Looks like your test exited with 126 before it could output anything.
Example failure from http://www.cpantesters.org/cpan/report/17fac5b6-3a97-11e4-ac16-c7f8fdd5935a
The issue seems to be that getservbyname('https', 'tcp') doesn't return 443 on those machines because there is no entry for 'https' in /etc/protocols.
Example failure from http://www.cpantesters.org/cpan/report/17fac5b6-3a97-11e4-ac16-c7f8fdd5935a
The issue seems to be that getservbyname('https', 'tcp') doesn't return 443 on those machines because there is no entry for 'https' in /etc/protocols.