Re: [twsocket] remote SSL certificate verification

2011-09-02 Thread Arno Garrels
Dimitris Botsis wrote: OK, everything is fine now. But may I ask something strange (at least for me) I noticed ? When I use following code to retrieve remote cert : form1.SslHttpCli1.URL := 'https://website'; form1.SslHttpCli1.Get; form1.SslHttpCli1.SslContext.InitContext; Calling

Re: [twsocket] remote SSL certificate verification

2011-09-02 Thread Arno Garrels
Arno Garrels wrote: If there is one or more errors OnSSLVerifyPeer triggers for each error of the certificate with OK = 0. Provided that you set OK := 1, otherwise verification stops immediately. -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto

[twsocket] ICS v7 for XE2 online now

2011-09-02 Thread Arno Garrels
Hello All! As you probably already noticed XE2 RTMed yesterday. You'll find ICS on the XE2 partner DVD however I suggest to always pick latest source code from the ICS wiki site, preferably using a SVN client: http://wiki.overbyte.be/wiki/index.php/ICS_Download (There are already two small fixes

Re: [twsocket] ICS v7 for XE2 online now

2011-09-02 Thread Angus Robertson - Magenta Systems Ltd
As you probably already noticed XE2 RTMed yesterday. And ICS v7 now supports Delphi 64-bit projects, but there is no C++ 64-bit compiler yet, that's planned for the next release. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] ICS v7 for XE2 online now

2011-09-02 Thread Fastream Technologies
On Fri, Sep 2, 2011 at 15:57, Angus Robertson - Magenta Systems Ltd an...@magsys.co.uk wrote: As you probably already noticed XE2 RTMed yesterday. And ICS v7 now supports Delphi 64-bit projects, but there is no C++ 64-bit compiler yet, that's planned for the next release. Too bad. :-(

Re: [twsocket] ICS v7 for XE2 online now

2011-09-02 Thread Arno Garrels
Angus Robertson - Magenta Systems Ltd wrote: As you probably already noticed XE2 RTMed yesterday. And ICS v7 now supports Delphi 64-bit projects, but there is no C++ 64-bit compiler yet, that's planned for the next release. Yep, and ICS is still for Windows only. I already played a bit with

[twsocket] HTTPClient and comet / chunked transfer and post data with active connection

2011-09-02 Thread Fredrik Larsson
Hi, I am working on a project where the server side delivers HTTP-data as comet / chunked transfers e.g. the connection is never closed and as new events come along it sends new data over the same connection. There is no way to change the server side and use sockets instead (server side isn't

Re: [twsocket] HTTPClient and comet / chunked transfer and post datawith active connection

2011-09-02 Thread Arno Garrels
Fredrik Larsson wrote: Hi, I am working on a project where the server side delivers HTTP-data as comet / chunked transfers e.g. the connection is never closed and as new events come along it sends new data over the same connection. There is no way to change the server side and use

Re: [twsocket] ICS v7 for XE2 online now - Thanks

2011-09-02 Thread Francois PIETTE
I would like to send a special thank you to both Arno Garrels and Angus Robertson. ICS for Delphi XE2 64 bit is here because those two highly expermented volunteers worked hard. Double special thank you to Arno who made the 64 version alive. --- francois.pie...@overbyte.be The author of the