Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 642610

Summary: dev-ruby/httpclient-2.8.2.4 fails test test_verification_without_httpclient
Product: Gentoo Linux Reporter: Rolf Eike Beer <eike>
Component: Current packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: jstein
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rolf Eike Beer archtester 2017-12-29 10:32:12 UTC
bug 632454 reloaded

Failure: <false> is not true.
test_verification_without_httpclient(TestSSL)
/var/tmp/portage/dev-ruby/httpclient-2.8.2.4/work/ruby22/httpclient-2.8.2.4/test/test_ssl.rb:90:in `test_verification_without_httpclient'
     87:     cert = ::OpenSSL::X509::Certificate.new(raw_cert)
     88:     store = ::OpenSSL::X509::Store.new
     89:     store.add_cert(ca_cert)
  => 90:     assert(store.verify(cert))
     91:   end
     92:
     93:   def test_verification
===============================================================================


Reproducible: Always
Comment 1 Hans de Graaff gentoo-dev Security 2020-12-24 08:23:27 UTC
I can't reproduce this with httpclient-2.8.3. Please re-open if this is still an issue for you.