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
SSL connection tracing is currently implemented via TracePoint which is only present on Ruby 2.0 and newer. Ruby 1.9.3 could be supported by creating an alternate implementation based on set_trace_func.