Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: Application becomes unresponsive when encoding/sending encoding an email.
| Subject: | Re: Application becomes unresponsive when encoding/sending encoding an email. |
| Posted by: | "Darryl Strickland" (dstrickla..@integratedconsole.com) |
| Date: | Thu, 17 Aug 2006 16:40:33 |
Remy,
The SSL Status messages return these statuses when it makes a good
connection from the OnStatusInfo in the IdSSLIOHandlerSocketOpenSSL
8/17/2006 3:56:15 PM | SSL status: "before/connect initialization"
8/17/2006 3:56:15 PM | SSL status: "SSLv3 write client hello A"
8/17/2006 3:56:15 PM | SSL status: "SSLv3 read server hello A"
8/17/2006 3:56:15 PM | SSL status: "SSLv3 read server certificate A"
8/17/2006 3:56:15 PM | SSL status: "SSLv3 read server done A"
8/17/2006 3:56:15 PM | SSL status: "SSLv3 write client key exchange A"
8/17/2006 3:56:16 PM | SSL status: "SSLv3 write change cipher spec A"
8/17/2006 3:56:16 PM | SSL status: "SSLv3 write finished A"
8/17/2006 3:56:16 PM | SSL status: "SSLv3 flush data"
8/17/2006 3:56:16 PM | SSL status: "SSLv3 read finished A"
8/17/2006 3:56:16 PM | SSL status: "SSL negotiation finished successfully"
8/17/2006 3:56:16 PM | Cipher: name = RC4-MD5; description = RC4-MD5
SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=MD5
; bits = 128; version = TLSv1/SSLv3;
However, when it fails it returns these messages before it raises an
exception in TIdSSLSocket.Connect
8/17/2006 3:56:15 PM | SSL status: "before/connect initialization"
8/17/2006 3:56:15 PM | SSL status: "SSLv3 write client hello B"
Then it fails.
Thanks
Darryl