Hi, I see test errors in #1 and #3 in t/ssl/ocsp.t.
Does anyone else see it?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. CJ