Indy 9
OnStatusInfo
Provides status information for an SSL connection.
Description
OnStatusInfo is an event that can be used for debugging the connection establishment. It sends a message (Msg) with current status.

  procedure TForm1.IdConnectionInterceptOpenSSL1StatusInfo(Msg: String);
  begin
    ShowMessage(Msg);
  end;

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.