You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did start some debugging, and find tcp.rb decode_buffer is being called with a nil socket from tcp/decoder_impl.rb decode. Not sure what has changed between v5.0.9 and v6.0.2.
I did a bisect. v5.0.10 works fine, but v5.2.0 is broken for this SSLSUBJECT. I see a large change there to convert to use netty ssl.
The text was updated successfully, but these errors were encountered:
Was using v5.0.9 for a while, and sslsubject worked well. But, since upgrading to latest (v6.0.2), sslsubject is broken again.
My configuration is:
A simple
can show the issue clearly.
I did start some debugging, and find tcp.rb decode_buffer is being called with a nil socket from tcp/decoder_impl.rb decode. Not sure what has changed between v5.0.9 and v6.0.2.
I did a bisect. v5.0.10 works fine, but v5.2.0 is broken for this SSLSUBJECT. I see a large change there to convert to use netty ssl.
The text was updated successfully, but these errors were encountered: