question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Flaky test: SSL Handshake WRAP produced 0 bytes.

See original GitHub issue
02:19:49.930 [InnocuousThread-4] WARN  o.h.blaze.pipeline.stages.SSLStage - SSL Handshake WRAP produced 0 bytes.
Status = OK HandshakeStatus = NEED_WRAP
bytesConsumed = 0 bytesProduced = 0
02:19:49.930 [InnocuousThread-4] WARN  o.h.blaze.pipeline.stages.SSLStage - SSL Handshake WRAP produced 0 bytes.
Status = OK HandshakeStatus = NEED_WRAP
bytesConsumed = 0 bytesProduced = 0
02:19:49.931 [InnocuousThread-4] WARN  o.h.blaze.pipeline.stages.SSLStage - SSL Handshake WRAP produced 0 bytes.
Status = OK HandshakeStatus = NEED_WRAP
bytesConsumed = 0 bytesProduced = 0
02:19:49.931 [InnocuousThread-4] WARN  o.h.blaze.pipeline.stages.SSLStage - SSL Handshake WRAP produced 0 bytes.

This happened on an openjdk11 build, which makes me fear that http4s/blaze#233 is sticking our heads in the sand.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rossabakercommented, Oct 24, 2018

I’m going to merge and release this today barring a veto. This is breaking lots of http4s builds.

0reactions
rossabakercommented, Nov 26, 2019

We’re working on releases of 0.20.x and 0.21.x, but in the meantime, this should be fixed by explicitly upgrading to blaze-0.14.11.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SSLEngine - Android Developers
The SSLEngine produces/consumes complete SSL/TLS packets only, and does not store application data internally between calls to wrap()/unwrap() .
Read more >
Get SSLException form the SSLEngine Wrap method during ...
I understand that in this point the client sends the CLientKeyExchange and ChangeCipherSpec to the server.
Read more >
Changelog - curl
Fixed in 7.84.0 - June 27 2022. Play video curl 7.84.0 release video. Changes: curl: add --rate to set max request rate per...
Read more >
Goto Fail, Heartbleed, and Unit Testing Culture - Martin Fowler
A short-circuit skipping the final step of the SSL/TLS handshake algorithm ... Flaky tests, aka nondeterministic tests, produce different results with no ...
Read more >
Changelog - http4s
#2909: Properly propagate streamed errors in jetty-client; The blaze upgrade fixes the "SSL Handshake WRAP produced 0 bytes" error on JDK 11. Enhancements....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found