On Thu, Jan 17, 2019 at 09:02:02PM +0100, Christophe JAILLET wrote: > Hi, > > I see test errors in #1 and #3 in t/ssl/ocsp.t. > > Does anyone else see it?
I see it too. I changed it as you suggested in r1852984, maybe Rainer will comment if it breaks things for for him again. I was seeing this with openssl-1.1.1a and the Fedora IO::Socket::SSL is at 2.060 but with a bunch of OpenSSL 1.1.1/TLSv1.3 patches applied, which might well make a difference. Regards, Joe > Looking deeper at the output (i.e. --verbose), it looks like the issue is in > the test itself. > All conditions seem to be there, but I need to turn: > my $message = $r->message(); > into: > my $message = $r->content(); > > in both tests to have them pass. > > Is it expected? > > > I don't remind issues with this test in the past. > This part of the test has been changed in r1844479.