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
Version 0.2.0 added the ability to trace SSL client connections by hooking into OpenSSL::SSL::SSLSocket#connect. Tracing Server connections may be possible by hooking into OpenSSL::SSL::SSLServer#accept or OpenSSL::SSL::SSLSocket.new.
The text was updated successfully, but these errors were encountered:
Version 0.2.0 added the ability to trace SSL client connections by hooking into
OpenSSL::SSL::SSLSocket#connect
. Tracing Server connections may be possible by hooking intoOpenSSL::SSL::SSLServer#accept
orOpenSSL::SSL::SSLSocket.new
.The text was updated successfully, but these errors were encountered: