noxxi / p5-io-socket-ssl

IO::Socket::SSL Perl Module
36 stars 60 forks source link

Your last modules not pass tests #54

Closed Perlover closed 6 years ago

Perlover commented 7 years ago

Your last modules don't pass tests I found by experimental way that problem in Net::SSLeay If Net::SSLeay has v1.54 - tests are not passed If v1.58 - passed OS: CentOS 6.8 with last updates Perl v5.16.2 So i correct this 'requires'

#   Failed test 'accept SSLv23:!TLSv1_2:!TLSv1_1 with TLSv1'
#   at t/protocol_version.t line 133.
#          got: 'TLSv1'
#     expected: 'TLSv1_2'

#   Failed test 'accept SSLv23:!TLSv1_2 with TLSv1_1'
#   at t/protocol_version.t line 133.
#          got: 'TLSv1_1'
#     expected: 'TLSv1_2'
# Looks like you failed 2 tests of 8.
t/protocol_version.t ..............
noxxi commented 7 years ago

Unfortunately I cannot reproduce your problem. The test in question works perfectly for me with Net::SSLeay 1.54. Please run your tests with make test TEST_VERBOSE=1 and include the full output of at least t/01loadmodule.t and t/protocol_version.t.