Internet Direct (Indy) Version 9.0.2 Beta
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.IdServerInterceptOpenSSL1StatusInfo(Msg: String);
  begin
    ShowMessage(Msg);
  end;