Giter Site home page Giter Site logo

Comments (3)

noxxi avatar noxxi commented on July 30, 2024

That's actually not a bug in IO::Socket::SSL, but in recent Net::SSLeay (version 1.75+):

# Net::SSLeay version=1.77

The problem is known and a fix will probably be in a short time. If you need it faster you can take a patch from the bug report: https://rt.cpan.org/Public/Bug/Display.html?id=116795.

This problem (OCSP does not work) exists also with older versions of IO::Socket::SSL when used with a newer Net::SSLeay. It's only that the test does not fail because it assumes SSL interception because of certificate mismatch and thus skips the test. 2.035 fixed the expected fingerprints of the certificates so that the tests get not skipped any longer and thus they can fail.

from p5-io-socket-ssl.

genehack avatar genehack commented on July 30, 2024

FWIW, I'm seeing this same test failure with Net::SSLeay 1.78 when trying to install IO::Socket::SSL 2.037.

from p5-io-socket-ssl.

noxxi avatar noxxi commented on July 30, 2024

I cannot reproduce your problem. Please add the following information so I can try to narrow down the problem and maybe reproduce it:

  • Perl version and platform, i.e. output from perl -V
  • build and test output from building Net::SSLeay. Please explicitly enable network tests so that I can see the output of the OCSP tests in Net::SSLeay.
  • build and test output from IO::Socket::SSL
  • run of t/external/ocsp.t with SSL debugging enabled, i.e. perl -Mblib -MIO::Socket::SSL=debug4 t/external/ocsp.t

from p5-io-socket-ssl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.