Re: [twsocket] SSL ErrCode 3

2012-03-01 Thread Marko Paunovic
Thanks for this - it helped me! I didn't tried to use IcsLogger before. It turned out that I didn't had ssleay32 and libeay32 libs installed on target machine. -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] SSL ErrCode 3

2012-02-29 Thread Arno Garrels
Marko Paunovic wrote: procedure TCertificateWindow.sslClientSslHandshakeDone(Sender: TObject; ErrCode: Word; PeerCert: TX509Base; var Disconnect: Boolean); begin Disconnect := FALSE; end; procedure TCertificateWindow.sslClientSslVerifyPeer(Sender: TObject; var Ok: Integer; Cert:

[twsocket] SSL ErrCode 3

2012-02-28 Thread Marko Paunovic
I have problem with SSL components from ICS Overbyte package. I have similar problem like this person here: http://www.archivum.info/twsocket@elists.org/2007-02/00013/(twsocket)-SSL-ErrCode-3.html What happens is that everything works on my machine perfectly, but when I copy my application

[twsocket] SSL ErrCode 3

2007-02-21 Thread 309913845
Hello, I have a problem using TSslHttpCli + TSslContext components. I establish a secure connection to a secure server using certificates. I send https requests and receive answers. It works fine, but if the connection once breaks (I abort it by unplug the network cable for a short time and

Re: [twsocket] SSL ErrCode 3

2007-02-21 Thread Fastream Technologies
There is an SSL mailing list dedicated to those components. Regards, SZ - Original Message - From: [EMAIL PROTECTED] To: twsocket@elists.org Sent: Wednesday, February 21, 2007 4:20 PM Subject: [twsocket] SSL ErrCode 3 Hello, I have a problem using TSslHttpCli + TSslContext

Re: [twsocket] SSL ErrCode 3

2007-02-21 Thread Евгений Котов
Sorry, i can`t this trouble to keep. Try ask someone anothere. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] SSL ErrCode 3

2007-02-21 Thread Arno Garrels
å×ÇÅÎÉÊ ëÏÔÏ× wrote: Sorry, i can`t this trouble to keep. Try ask someone anothere. It's possible that you missed a fix I posted to the ICS-SSL list back in April 2006. Please post ask question in that list again. I don't want to publish SSL code here. --- Arno Garrels [TeamICS]

Re: [twsocket] SSL ErrCode 3

2007-02-21 Thread Francois PIETTE
] To: twsocket@elists.org Sent: Wednesday, February 21, 2007 3:20 PM Subject: [twsocket] SSL ErrCode 3 Hello, I have a problem using TSslHttpCli + TSslContext components. I establish a secure connection to a secure server using certificates. I send https requests and receive answers. It works