Re: [twsocket] ICS Delphi 7 installation error

2011-10-04 Thread Angus Robertson - Magenta Systems Ltd
P.S.: I already sent this email one time, but had no reply in the following days, so I try it another time. Please anyone help me ! You have sent this same email at least five times, and had at least three replies, all of which have ignored. Look back in the archive to see the replies you

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-04 Thread ROQUES Guillaume
That's confusing description. Did he buy a SSL server certificate in order to access your server? Or are you talking about client certificates? The customer already have a SSL certificate on his domain, so he want that my HttpServer use SSL with this certificate. Please provide more details

Re: [twsocket] THttpCli bug with no-content-length and no chuncked encoding

2011-10-04 Thread Yuri Semenov
I wrote about a similar bug, but got no response from the administration. Try my fix: *.pas file with fix - http://vkmusic.citynov.ru/overbyte/OverbyteIcsHttpProt.pas -- Old message: Http Cli not decode the gzip data from this url (specific header, does not work

Re: [twsocket] THttpCli bug with no-content-length and no chuncked encoding

2011-10-04 Thread Angus Robertson - Magenta Systems Ltd
I wrote about a similar bug, but got no response from the administration. It is on my list of things to investigate this week, but paying work has to come before minor bug fixes like this. Angus -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] THttpCli bug with no-content-length and no chunckedencoding

2011-10-04 Thread Arno Garrels
Fastream Technologies wrote: We had actually paid for HttpCli bug fixes to Arno. I hope he will show up and fix it soon. We do not use content coding so I do not think Yuri's fix would work. I made your test case working by a fix of chunked decoding. So what actually is the problem now?

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-04 Thread Arno Garrels
ROQUES Guillaume wrote: That's confusing description. Did he buy a SSL server certificate in order to access your server? Or are you talking about client certificates? The customer already have a SSL certificate on his domain, so he want that my HttpServer use SSL with this certificate. Do

Re: [twsocket] THttpCli bug with no-content-length and no chunckedencoding

2011-10-04 Thread Yuri Semenov
BTW Yuri, your code lacks the latest 7.18 bug fix by us (me and Arno). Regards, Sorry, again me. 7.18 fix not for my problem. Try check this page with v7.18 or any other version with httpoEnableContentCoding option. THttpCli can't decode this gzip -

Re: [twsocket] HTTP SSL Server vs p7b certificate's format

2011-10-04 Thread ROQUES Guillaume
Do you ask for how to get a ICS TSslHttpServer working with a bought server certificate? Yes, and if I need to convert p7b's certificate or not ? Open the MyCertificate.pem in a text editor that understands UNIX line breaks. Does MyCertificate.pem include multiple certificates? With a bought

Re: [twsocket] THttpCli bug with no-content-length and no chunckedencoding

2011-10-04 Thread Fastream Technologies
Dear Arno, The new problem happens with GET on pages with no content-length and no chunked-encoding. This bug had once been there, and then was fixed. Now it happens again. Please try against such a page with Httptst demo and you will see that the OnDocData is never called but instead all the

Re: [twsocket] THttpCli bug with no-content-length and no chunckedencoding

2011-10-04 Thread Fastream Technologies
Here is a screenshot of the issue as a picture is worth a thousand words: http://www.fastream.com/ics/ICSHTTPCLI.png Regards, SZ On Wed, Oct 5, 2011 at 06:26, Fastream Technologies ga...@fastream.comwrote: Dear Arno, The new problem happens with GET on pages with no content-length and no

Re: [twsocket] THttpCli bug with no-content-length and no chunckedencoding

2011-10-04 Thread Fastream Technologies
To elaborate: You need a page with no content-length and no chunked encoding that returns 401 to see it. Best Regards, SZ On Wed, Oct 5, 2011 at 07:07, Fastream Technologies ga...@fastream.comwrote: Here is a screenshot of the issue as a picture is worth a thousand words: