Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Fastream Technologies
Did you do what I wrote below? With ICS v7, it raises an exception (Component not ready!). On 5/12/09, Fastream Technologies ga...@fastream.com wrote: Hello, Please open the C++ or Delphi Httpstst demo and add these lines to the end of the onrequestdone event: if(RqType == httpHEAD)

Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Fastream Technologies
I notice in email exchanges sometimes people tend to answer each one separately without reading the entire messages sent by me in whole. Strange... Anyway, the problem with THttpCli is it issues OnRequestDone in a non-sync way! Uses multiple message posts (first for setready and then for

[twsocket] SSL intermediate cert problem

2009-05-13 Thread Fastream Technologies
Hello, I wonder how would an end user install these files sent from Comodo: Root CA Certificate - AddTrustExternalCARoot.crt Intermediate CA Certificate - UTNAddTrustSGCCA.crt Intermediate CA Certificate - ComodoUTNSGCCA.crt Intermediate CA Certificate - EssentialSSLCA_2.crt Your Free SSL

Re: [twsocket] SSL intermediate cert problem

2009-05-13 Thread Dod
Hello, You can import them using import certificate wizard in Internet Explorer, this wizard also have an EXE version located into %WINDIR% but I don't remember the name. regards. FT Hello, FT I wonder how would an end user install these files sent from Comodo: FT Root CA

Re: [twsocket] SSL intermediate cert problem

2009-05-13 Thread Fastream Technologies
Hi, But this is a server certificate! Do you still insist on your advice after this info? Regards, Gorkem Ates On 5/13/09, Dod do...@sky.fr wrote: Hello, You can import them using import certificate wizard in Internet Explorer, this wizard also have an EXE version located into

Re: [twsocket] SSL intermediate cert problem

2009-05-13 Thread Fastream Technologies
Hi, Of course I am trying to use ICS THttpServer! Regards, SZ On 5/13/09, Dod do...@sky.fr wrote: Hello, So if for server, it depend which server software you intend to use. Look at this page that show you how to do it with well known servers like IIS, Apache, WebSphere...

Re: [twsocket] SSL intermediate cert problem

2009-05-13 Thread Dod
Hello, You speak about end-user, but do you already installed one yourself ? regards. FT Of course I am trying to use ICS THttpServer! FT Regards, FT SZ FT On 5/13/09, Dod do...@sky.fr wrote: Hello, So if for server, it depend which server software you intend to use. Look at this page

Re: [twsocket] SSL intermediate cert problem

2009-05-13 Thread Arno Garrels
Fastream Technologies wrote: Hello, I wonder how would an end user install these files sent from Comodo: Root CA Certificate - AddTrustExternalCARoot.crt Intermediate CA Certificate - UTNAddTrustSGCCA.crt Intermediate CA Certificate - ComodoUTNSGCCA.crt Intermediate CA Certificate -

Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Arno Garrels
Fastream Technologies wrote: Did you do what I wrote below? With ICS v7, it raises an exception (Component not ready!). if(RqType == httpHEAD) SslHttpCli1-GetASync(); Not for me, I used the Delphi HttpTst demo and added the to lines as the last in OnRequestDone. That means, the

Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Fastream Technologies
Hello, HEAD must be first then GET, is that what you did? Regards, SZ On 5/13/09, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Did you do what I wrote below? With ICS v7, it raises an exception (Component not ready!). if(RqType == httpHEAD)

Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Arno Garrels
Fastream Technologies wrote: Hello, HEAD must be first then GET, is that what you did? I just tried it again: Not using proxy cmd HEAD /otherroots/www.suckersluck.com/scripts HTTP/1.1 cmd Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* cmd Connection: Keep-Alive cmd

Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Fastream Technologies
Hello, I found something VERY STRANGE in your log: On 5/13/09, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: Hello, HEAD must be first then GET, is that what you did? I just tried it again: Not using proxy cmd HEAD /otherroots/www.suckersluck.com/scripts

Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Arno Garrels
Fastream Technologies wrote: HEAD Failed ! WHY İS THIS HERE? This is the exception message from DoRequestSync() and displayed in the first ButtonClick-HEAD request which is a sync request. So what you see is a good example, why it should avoided to mix async and sync methods. Either use

Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Fastream Technologies
I never told I use sync methods at all! I use both async. I call getasync in the onrequestdone of the head! I think this bug exists in that situation as well... Regards, SZ On 5/13/09, Arno Garrels arno.garr...@gmx.de wrote: Fastream Technologies wrote: HEAD Failed ! WHY İS THIS HERE?

Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Arno Garrels
Fastream Technologies wrote: I never told I use sync methods at all! I use both async. I call getasync in the onrequestdone of the head! I think this bug exists in that situation as well... What bug? Please provide a simple test application that shows the bug in action, it has to be as simple

Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Fastream Technologies
I tried to provide. In the ICS Httpstst demo, which is async, I added the lines SslHttpCli1-GetAsync(); to onrequestdone of head and it shows component not ready error on the url I provided (68/scripts, NOT www.suckersluck...). If the component is not ready in onrequestdone, when will it be

Re: [twsocket] THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-13 Thread Francois Piette
I tried to provide. In the ICS Httpstst demo, which is async, I added the lines SslHttpCli1-GetAsync(); to onrequestdone of head and it shows component not ready error on the url I provided (68/scripts, NOT www.suckersluck...). If the component is not ready in onrequestdone, when will it