Method HostCertificate is not called (General questions)
I am using Deplhi 5. I have implemented interface IwodHttpNotify.
Excerpt from the code:
...
wod.Secure := WodHttpDLXComLib_TLB.ProtAll; // https commection
...
// during the execution the value of wod.State is changing 0->1->2->3->4->5->6->2
wod.Connect;
// Now the wod.State is 2 (Connected - idle)
// The method HostCertificat was not called so far!
...
wod.Post(...); // Now the method HostCertificate is called
//More precisely when HostCertificate is called the wod.State is 4 (Sending body data) - so I am sending data to the unchecked server.
Why the method HostCertificate is not called during wod.Connect?
Thanks,
Michal
Complete thread:
- Method HostCertificate is not called - Michal, 2008-04-01, 13:45
- Re: Method HostCertificate is not called - wodDamir, 2008-04-01, 14:01