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
Fix SSL Subject regression in server mode (#199)
* Fix SSL Subject regression in server mode
Alters the TCP#decode_buffer signature to accept the _ssl subject_ instead of
expecting a ruby socket, so that it can be interoperable between the ruby-based
client mode and the netty-powered server mode.
In server mode, the SSL subject is extracted _once_ when initializing the
connection IFF SSL is enabled and verification is turned on.
Co-authored-by: Will Weber <rwa_weber@comcast.com>
Closes: #159
* include docker jdk17 env
Co-authored-by: Will Weber <rwa_weber@comcast.com>