[twsocket] NTLMMessage returning garbage?

2009-09-21 Thread Fastream Technologies
Hello, http://www.fastream.com/ics/debug21Sep2009.png shows a debug view from the new Answer407 in authMode == authNTLM mode. In the second reach to the line breapointed, I get the garbage data. It is coming from below in processrequest() method: else if(authType == authNTLM && FRequestAuth.Len

Re: [twsocket] Cookie problem

2009-09-21 Thread Fastream Technologies
Ok, so I read that this was made impossible for security reasons. I had to remove the feature from content proxy part... Thanks, SZ On Mon, Sep 21, 2009 at 2:01 PM, Fastream Technologies wrote: > Hello, > > In our reverse proxy where the traffic is routed through it, our product >

[twsocket] Cookie problem

2009-09-21 Thread Fastream Technologies
Hello, In our reverse proxy where the traffic is routed through it, our product offers HTML authentication. Basically unless a cookie is present a web page is displayed that posts data to another which issues the cookie and redirects. It works well in reverse proxy case but not in forward proxy--t

Re: [twsocket] WAS Need help with HTTP/1.1 digest auth for forward proxy

2009-09-21 Thread Fastream Technologies
Does anybody know which RFC define the HTTP/1.1 CONNECT command? It's not in 2616 (says the keyword is reserved for future)... On Mon, Sep 21, 2009 at 11:07 AM, Fastream Technologies wrote: > Hello Arno, > > I noticed I was using a derived-class variable called FRequestAuthoriza

Re: [twsocket] Need help with HTTP/1.1 digest auth for forward proxy

2009-09-21 Thread Fastream Technologies
Hello Arno, I noticed I was using a derived-class variable called FRequestAuthorization and the function was looking for FRequestAuth! It's fine now! Thanks!! SZ On Mon, Sep 21, 2009 at 10:42 AM, Fastream Technologies wrote: > Ok, that's a bug but not even with it fixed, it still

Re: [twsocket] Need help with HTTP/1.1 digest auth for forward proxy

2009-09-21 Thread Fastream Technologies
Ok, that's a bug but not even with it fixed, it still does not work. Thanks, SZ On Mon, Sep 21, 2009 at 10:23 AM, Arno Garrels wrote: > Fastream Technologies wrote: > > Hi Arno, > > > > Ok, let me explain: due to stupid BCB linker errors,I had to place the > >

Re: [twsocket] Need help with HTTP/1.1 digest auth for forward proxy

2009-09-20 Thread Fastream Technologies
d; And it still does not work. Isn't there anybody with proxy authentication experience? I had basic and NTLM and HTML working fine--only digest left... Regards, SZ On Mon, Sep 21, 2009 at 9:38 AM, Arno Garrels wrote: > Fastream Technologies wrote: > > headerHead += "Proxy-Authe

Re: [twsocket] Need help with HTTP/1.1 digest auth for forward proxy

2009-09-20 Thread Fastream Technologies
I forgot to say: I also changed the parser for "Authorization:" request header to "Proxy-Authorization:" and that parser works well. But the problem remains. On Sun, Sep 20, 2009 at 11:24 AM, Fastream Technologies wrote: > Hello, > > Even though the code works for re

[twsocket] Need help with HTTP/1.1 digest auth for forward proxy

2009-09-20 Thread Fastream Technologies
Hello, Even though the code works for reverse proxy, it does not when I make it a part of IE/FF chain as forward proxy! In Answer401, I wrote: String AuthString = "auth"; String staleString = String((FAuthDigestStale && lastCommand != cproxyCommandPOST) ? ", stale=\"true\"" : ""); String pref

Re: [twsocket] Timeout in sync operations

2009-09-16 Thread Fastream Technologies
I think Arno and Francois is right about not making a TTimer per Thttpcli as default. It would overwhelm our reverse proxy with 10k connections each with two sockets. However for simple needs, Anton is right about asking for a solution which I think sould only be switched on by a define. Just my t

Re: [twsocket] Has anybody built a BCB2010 project with ICSv7(latest)?

2009-09-16 Thread Fastream Technologies
Thanks for the summary and links! :-) On Wed, Sep 16, 2009 at 10:08 AM, Arno Garrels wrote: > Fastream Technologies wrote: > > > > Where could I get more info on the proper way to do that? > > Dunno for C++ Builder. > These articles address Delphi, however they are

Re: [twsocket] Has anybody built a BCB2010 project with ICSv7 (latest)?

2009-09-15 Thread Fastream Technologies
On Tue, Sep 15, 2009 at 9:22 PM, Arno Garrels wrote: > Fastream Technologies wrote: > > I get errors at Windows.hpp and elsewhere on typedef'ed > > structs. Before that I converted all String's to AnsString. Was there > > anything we needed to take care of?? &

[twsocket] Has anybody built a BCB2010 project with ICSv7 (latest)?

2009-09-15 Thread Fastream Technologies
Hello, We use the defs as NO_STRICT;PANTERA;NOFORMS;NO_DEBUG_LOG;USE_SSL;SECURITY_WIN32;NO_ADVANCED_HTTP_CLIENT_FEATURES. Just clicked the svn:// link on the Overbyte FAQ page and exported the entire branch. I get errors at Windows.hpp and elsewhere on typedef'ed structs. Before that I converted a

Re: [twsocket] 5000+ Connections TCP Server

2009-09-14 Thread Fastream Technologies
Hello, Aside from the DB part, supporting 10k connections was achieved by our web reverse proxy. Source code available but not for free: www.iqreverseproxy.com Best Regards, SZ On Mon, Sep 14, 2009 at 12:00 PM, Paul Howes wrote: > Hi, > > I've been reading through the mail archieves and would

Re: [twsocket] OT: Was Re: ICS V7 for Delphi and C++ Builder 2010

2009-08-27 Thread Fastream Technologies
I am quite sure 2 years ago in a roadmap pdf I read mentioning of 64-bit support for BCB which should imply the same for the underlying Delphi. I also recall asking it here and elsewhere and getting answers accordingly. Thanks, SZ On Thu, Aug 27, 2009 at 4:29 PM, Angus Robertson - Magenta System

[twsocket] OT: Was Re: ICS V7 for Delphi and C++ Builder 2010

2009-08-27 Thread Fastream Technologies
Hello, I wonder where has the 64-bit support CodeGear announced gone in 2010??! Or is it my memory misserving me? 2GB RAM limit is no good for RAM caching anymore. SZ On Tue, Aug 25, 2009 at 7:07 PM, Arno Garrels wrote: > Hi All, > > The ICS V7 SVN reporitory as well as the V7 nightly built ZI

Re: [twsocket] ICS V7 bug ?

2009-07-25 Thread Fastream Technologies
Hello Paul, Our reverse proxy is v7 under BCB2007. So might not have been an exact reproduction anyway... But we plan to upgrade our compiler to BCB2010 (Unicode) so this is interesting. Regards, SZ On Sat, Jul 25, 2009 at 3:41 PM, Paul wrote: > Hi Francois, > > - Original Message - Fr

Re: [twsocket] ICS V7 bug ?

2009-07-24 Thread Fastream Technologies
Hello, Maybe you should put our ICS reverse proxy in front to see if it is ICSv7 that is failing: www.iqreverseproxy.com . Easy to configure with GUI and has 30-days trial. Regards, SZ On Fri, Jul 24, 2009 at 1:13 PM, Paul wrote: > I'm now sure it's an ICS-SSL bug > > I've asked them to check

Re: [twsocket] OT: SSL is now cracked by researchers!

2009-07-23 Thread Fastream Technologies
rts cost a lot more than normal certs. > > -Original Message- > From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] > On Behalf Of Arno Garrels > Sent: Thursday, July 23, 2009 3:15 AM > To: ICS support mailing > Subject: Re: [twsocket] OT: SSL is now cracked

Re: [twsocket] OT: SSL is now cracked by researchers!

2009-07-22 Thread Fastream Technologies
Hello, Glad that it interested you..! Anyway, I wonder if ICS TSslHttpCli uses EV SSL certs and whether it is vulnerable. Regards, SZ On Wed, Jul 22, 2009 at 10:09 PM, Francois PIETTE wrote: > >> http://www.informationweek.com/news/security/vulnerabilities/showArticle.jhtml?articleID=21850165

[twsocket] OT: SSL is now cracked by researchers!

2009-07-22 Thread Fastream Technologies
http://www.informationweek.com/news/security/vulnerabilities/showArticle.jhtml?articleID=218501653&cid=nl_tw_security -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] Ipv6

2009-07-15 Thread Fastream Technologies
Hello, Maybe we can derive new components from the existing ones for IPv6? This would preserve compatibility. Regards, SZ On Wed, Jul 15, 2009 at 4:56 PM, Arno Garrels wrote: > Paul wrote: > > Are there any plans for the near future ? > > If ICS shall not die very soon it has to be implemente

Re: [twsocket] Sending Record Type Data over tcp

2009-06-30 Thread Fastream Technologies
Is your data size fixed? If so, it might work. The method I suggested was for variable data size. Regards, SZ On Tue, Jun 30, 2009 at 7:29 PM, Alper Albayrak wrote: > Yes, Im using TCP. > I solved my problem (at least in here) with replacing Move() into > CopyMemory() > > I'm using LineMode, t

Re: [twsocket] Sending Record Type Data over tcp

2009-06-29 Thread Fastream Technologies
Hello/Merhaba, Why don't you use the algorithm logic in HTTP and explicitly state how many bytes will follow in a header? for example this is how it is done in chunked encoding in HTTP (pseudo code): 10CRLF <10 bytes of data> 20CRLF <20 bytes of data> 0CRLF Regards, SZ On Mon, Jun 29, 2009 at 6

[twsocket] Info on SSL certs and their conversion to ICS/OpenSSL format

2009-06-26 Thread Fastream Technologies
Hello, I need info especially about chain certs to provide to end users. Any urls? Sorry if this has been asked before. Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at

Re: [twsocket] FileMD5 : Different Hash Result - same File ondifferent workstation

2009-06-24 Thread Fastream Technologies
I think you should try our tool as well with ICSv6 as it also has file buffering. Regards, SZ On Wed, Jun 24, 2009 at 1:15 PM, Tobias Rapp wrote: > wrote: > > I wrote this tool to check FileMD5 with ICS_V6, ICS_V7 and INDY_10. > > It display's the result in a memo with time measurement. > > E

Re: [twsocket] FileMD5 : Different Hash Result - same File on different workstations

2009-06-23 Thread Fastream Technologies
Hello Peter, Why don't you check with ICS MD5Extractor with source code: http://www.fastream.com/md5extractor.php Best Regards, SZ On Tue, Jun 23, 2009 at 6:51 PM, Peter Ineichen, Triple-M Systems AG < ineic...@triple-m.ch> wrote: > Hi there, > > We have a strange thing. > We're doing some fi

Re: [twsocket] HTTP Server PUT command support

2009-06-07 Thread Fastream Technologies
Any idea for below question? ;) TIA, SZ On 6/6/09, Fastream Technologies wrote: > > Hello, > > I wonder why this PUT command is not supported by the web server component? > Isn't it exactly the same as POST except the method name? Or maybe there is > a trick I need to

[twsocket] HTTP Server PUT command support

2009-06-06 Thread Fastream Technologies
Hello, I wonder why this PUT command is not supported by the web server component? Isn't it exactly the same as POST except the method name? Or maybe there is a trick I need to know?? Best Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.el

Re: [twsocket] 'Cannot detach from another thread'

2009-05-29 Thread Fastream Technologies
Hello Wayne, Make sure you do not call WSocket->Handle after you threaddetach. This call would auto-threasdattach!! Regards, SZ On 5/29/09, wayne forrest wrote: > I am having a problem that I do not understand, what It means, > > The Error message I receive is: *'Cannot detach from another thr

Re: [twsocket] C++ THttpsTst demo code problem

2009-05-28 Thread Fastream Technologies
Hello Francois, I now see that there is NO bug in ICS component but there IS a bug in the demo. Please see my messages below for StrToDateTime problem in the httpstst demo. Thanks, SZ On 5/26/09, Fastream Technologies wrote: > FYI: It does not matter if I add the day of the week as well

[twsocket] Does ICS HTTP server have "pipelining" capability?

2009-05-26 Thread Fastream Technologies
Hello, I mean to be able to get multiple requests in single upstream packet and respond in order. Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] C++ THttpsTst demo code problem

2009-05-26 Thread Fastream Technologies
FYI: It does not matter if I add the day of the week as well to the date! On 5/26/09, Fastream Technologies wrote: > Hello, > > In the demo, in the function prepareconnection, you get the > if-modified-since date from a text box and then supply it to > StrToDateTime. When I

Re: [twsocket] C++ THttpsTst demo code problem

2009-05-26 Thread Fastream Technologies
te, freeware) > Author of MidWare (Multi-tier framework, freeware) > http://www.overbyte.be > > - Original Message - > From: "Fastream Technologies" > To: "ICS support mailing" > Sent: Tuesday, May 26, 2009 2:15 PM > Subject: Re: [twsocket] C

Re: [twsocket] C++ THttpsTst demo code problem

2009-05-26 Thread Fastream Technologies
Hello, Ok I added the function RFCToDateTime and then made a change to run that func. in prepareconnection of httpstst demo and when I run for 304 response, the server returned a document! Please take a look at the screenshot and tell me what you think: http://www.fastream.com/ics/httpstst.png T

Re: [twsocket] C++ THttpsTst demo code problem

2009-05-26 Thread Fastream Technologies
Hello, I believe there _might_ be a problem with Httpstst/Thttpcli 304 responses with no "connection" response header. However due to the problem below, I am unable to test with the demos. Hope somebody could help. Regards, SZ On 5/25/09, Fastream Technologies wrote: > Hello,

[twsocket] For ICS FAQ: How to compile ICS C++ Demos

2009-05-26 Thread Fastream Technologies
Hello, I recently noticed that unless you assign the same "defines" in both ICS package and the demos (provided that you modified one of them), it gives AV in places like Connect; in for example HttpsTst demo under BCB2007 and all previous versions. I thought this info could be useful for other

[twsocket] C++ THttpsTst demo code problem

2009-05-25 Thread Fastream Technologies
Hello, I see the code: if(DateTimeEdit->Text != "") SslHttpCli1->ModifiedSince = StrToDateTime(DateTimeEdit->Text); else SslHttpCli1->ModifiedSince = 0; in prepareconnection(). I am not sure what to enter to DateTimeEdit as it seems that what the server returns as last-m

Re: [twsocket] Wiki

2009-05-22 Thread Fastream Technologies
Hello Francois, I wonder what kind of firewall caused the issue? Which fw are you using? Host or network firewall? Regards, SZ On 5/22/09, Francois PIETTE wrote: > Hi ! > > For those who had difficulties to save pages they had edited in the wiki: > saving is now working as expected. > FYI: thi

Re: [twsocket] Errorcode 23396 when trying to use TSmtpCli in C++

2009-05-18 Thread Fastream Technologies
Hello, Make sure old ICS package libs are not left in project cbproj file with notepad. Regards, SZ On 5/17/09, Ole Braad-Sørensen wrote: > On Sun, 17 May 2009 11:32:30 +, you wrote: > > >I saw similar problem with thttpcli and it went away when I "cleaned > >and rebuilt" the ICS package.

Re: [twsocket] THttpCli HEAD with body fix [subjectedited]

2009-05-17 Thread Fastream Technologies
am / Subzero } end //AG 05/27/08 This solves my problem. If it is ok for you as well, please apply this fix to the component. Best Regards, SZ On 5/16/09, Arno Garrels wrote: > Fastream Technologies wrote: > > Hello Arno, > > > > The reason

Re: [twsocket] Errorcode 23396 when trying to use TSmtpCli in C++

2009-05-17 Thread Fastream Technologies
Hello, I saw similar problem with thttpcli and it went away when I "cleaned and rebuilt" the ICS package. Best Regards, SZ On 5/17/09, Ole Braad-Sørensen wrote: > On Thu, 14 May 2009 10:31:53 +, you wrote: > > >> > >>> Possibly you need breaks? :-) > >>> > >>> switch(RqType) > >>> { > >>>

Re: [twsocket] THttpCli synchronous vs. asynchronous [subject edited]

2009-05-16 Thread Fastream Technologies
... Thanks, SZ On 5/16/09, Arno Garrels wrote: > Fastream Technologies wrote: > > What about setting a flag in triggerrequestdone and then checking for > > it with while loop just as we do now for httpready in Dorequestsync? > > This would eliminate the issue and let us us

Re: [twsocket] Fwd: Re[4]: THttpCli bug -- reported earlier onanotherserver, repeating behavior again

2009-05-16 Thread Fastream Technologies
What about setting a flag in triggerrequestdone and then checking for it with while loop just as we do now for httpready in Dorequestsync? This would eliminate the issue and let us use both sync and async together! Remember Arno the "head failed" message after the second get in my demo? This would

Re: [twsocket] What is the advantage of Icsinifile over TMemIniFile?

2009-05-15 Thread Fastream Technologies
Windows has the limit of 260 chars per path/file name. Maybe your names are bigger than that(?) HTH, SZ On 5/15/09, Arno Garrels wrote: > Fastream Technologies wrote: > > Hello, > > > > I think there ought to be some doc. for this... The reason is I am > > ha

Re: [twsocket] Fwd: ICS Web Server SSL Configuration Troubles.

2009-05-15 Thread Fastream Technologies
Hello, We used context to append the certs in unix text and when we are done tested and saw that the handshake does not work. Was this solution something you tested and verified?? Regards, SZ On 5/15/09, Fastream Technologies wrote: > Ok. We will try to see if your "copy all certs t

[twsocket] What is the advantage of Icsinifile over TMemIniFile?

2009-05-15 Thread Fastream Technologies
Hello, I think there ought to be some doc. for this... The reason is I am having problems with speed of TIniFile and reliability of tmeminifile. Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket

Re: [twsocket] Fwd: Re[4]: THttpCli bug -- reported earlier onanotherserver, repeating behavior again

2009-05-15 Thread Fastream Technologies
On 5/15/09, Francois Piette wrote: > > Here is the problem: Even though state = httpReady (this is what > > DoRequestSync checks!), there are still messages pending--onrequestdone is > > called later!! > > > > If this was fixed, there would be no problem with mixing sync and async > > methods. We

Re: [twsocket] Fwd: ICS Web Server SSL Configuration Troubles.

2009-05-15 Thread Fastream Technologies
Ok. We will try to see if your "copy all certs to server cert pem" solution will work. Thanks, SZ On 5/15/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > Hello, > > > > The reason I asked it here is this is something all Comodo customers

Re: [twsocket] Fwd: Re[4]: THttpCli bug -- reported earlier on anotherserver, repeating behavior again

2009-05-15 Thread Fastream Technologies
EVERY/ALL cases. I know this is a design issue and not so easy but maybe you the more experienced guys can come up with a solution that is easier than I think... Regards, SZ On 5/15/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > Do you think the code here is cor

Re: [twsocket] Fwd: ICS Web Server SSL Configuration Troubles.

2009-05-15 Thread Fastream Technologies
Hello, The reason I asked it here is this is something all Comodo customers face! I uploaded the file here: http://www.fastream.com/cabundle.pem I hope you see my point here as it is something so common! Regards, SZ On 5/14/09, Arno Garrels wrote: > > Fastream Technologies

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

2009-05-14 Thread Fastream Technologies
ip > > It appears to allow multiple HEADs in a row, yes. > > Note that the User-Agent: Mozilla/3.0 (compatible) is blocked by the > server no matter what, as it is a robot UA. So it is actually a great > test to trigger a 404 every time! > > > -- Gorkem

Re: [twsocket] Fwd: ICS Web Server SSL Configuration Troubles.

2009-05-14 Thread Fastream Technologies
Thanks for the answer in that thread but the client despite following that advice still fails to get it to work. Did you guys on the list saw the attachment in my pevious message? Could you try? Best Regards, SZ On 5/14/09, Arno Garrels wrote: > > Fastream Technologies wrote: > >

[twsocket] Fwd: ICS Web Server SSL Configuration Troubles.

2009-05-14 Thread Fastream Technologies
Hello All, A customer has problems with the attached cabundle he received from Comodo. IE8 works withOUT this with no complaints/warnings but FF complains! I told him to set this to capath and cafile but he says it does not work. Do you see anything particular with this public cabundle? Best Rega

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

2009-05-14 Thread Fastream Technologies
Try this in debug mode: http://www.fastream.com/alpha/HttpsTst.zip On 5/14/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > Please send me your modified HTTPsTST source code so that I can have > > a look. I really wonder why we are not in sync... > > >

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

2009-05-14 Thread Fastream Technologies
with these in both package and program options. Regards, SZ On 5/14/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > BTW, I test with httpStst not httptst as that is (SSL) is what we > > need in our program. > > I tested the HttpTst demo successfully as w

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

2009-05-14 Thread Fastream Technologies
BTW, I test with httpStst not httptst as that is (SSL) is what we need in our program. Maybe you can send me your test code so that I can be sure? I am ok with delphi. BR, SZ On 5/14/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > I tried to provide. In the ICS H

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

2009-05-14 Thread Fastream Technologies
Hi, The event handler function is already in a mesage posted by triggerrequestdone. I think the problem is not "too less" messages but instead "too much" of it. (SetReady also posts message!) Don't you think we need a mechanism for assuring that Setready and onrequestdone is called just once per r

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

2009-05-13 Thread Fastream Technologies
Strange, why do I get the exception then?! Did you PostMessage from OnRequestDone as Francois said? I think there is a need for a check for double onrequestdones after a get/head/post. Regards, SZ On 5/14/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > I tried to pro

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

2009-05-13 Thread Fastream Technologies
en will it be ready?? Regards, SZ On 5/13/09, Arno Garrels wrote: > > 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 wel

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 wrote: > Fastream Technologies wrote: > >> HEAD Failed ! << WHY İS THIS HER

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 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 /otherroo

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 wrote: > Fastream Technologies wrote: > > Did you do what I wrote below? With ICS v7, it raises an exception > > (Component not ready!). > > >>if(RqType == httpHE

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 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... > > http://www.instan

Re: [twsocket] SSL intermediate cert problem

2009-05-13 Thread Fastream Technologies
e same yet with > FT> different extensions. > > FT> Please advise. > > FT> Best Regards, > > FT> SZ > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > Vis

[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 Certifi

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

2009-05-13 Thread Fastream Technologies
triggerrequestdone) and then sometimes fires onrequestdone twice! I know I should wait until the last one but this is theoritically impossible as it is sometimes 1 sometimes 2 fires and you never know!... Thanks, SZ On 5/13/09, Fastream Technologies wrote: > Did you do what I wrote below? With ICS

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 wrote: > Hello, > > Please open the C++ or Delphi Httpstst demo and add these lines to the > end of the onrequestdone event: > > >

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

2009-05-12 Thread Fastream Technologies
Were you able to reproduce the issue now? Just let me know if you need more help! Thanks, SZ On 5/12/09, Fastream Technologies wrote: > For normal traffic (RFC-compliant GET/HEAD), I posted a message from > OnRequestDone for real work (as a workaround) yet this is not a real > sol

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

2009-05-12 Thread Fastream Technologies
For normal traffic (RFC-compliant GET/HEAD), I posted a message from OnRequestDone for real work (as a workaround) yet this is not a real solution for this case as data keeps coming... On 5/12/09, Fastream Technologies wrote: > Hello, > > Please open the C++ or Delphi Httpstst demo and

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

2009-05-12 Thread Fastream Technologies
y as it gives "component not ready". Regards, SZ On 5/12/09, Arno Garrels wrote: > Fastream Technologies wrote: > > I am now using v7! Upgraded yesterday, forgot to let you know... > > And still the same problem? If true than please check value of > FReceiveLen before the

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

2009-05-12 Thread Fastream Technologies
I am not sure why but you sometimes reply to my old posts which I corrected later on. I am already using v7! Thanks, SZ On 5/12/09, Arno Garrels wrote: > Arno Garrels wrote: > > Fastream Technologies wrote: > >> In my case, I get data from first head being pending in secon

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

2009-05-12 Thread Fastream Technologies
I am now using v7! Upgraded yesterday, forgot to let you know... On 5/11/09, Arno Garrels wrote: > Fastream Technologies wrote: > > In my case, I get data from first head being pending in second > > head/GET. I know it is weird/rare case yet this customer was annoyed > > a

Re: [twsocket] THttpServer under ICSv7 and BCB2007

2009-05-11 Thread Fastream Technologies
with a call stack. > https://www.eurekalog.com/index.php > > I use this all the time, saves tons of time tracking these things down. > Worth every penny/euro. > > Matt > > -Original Message- > From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org

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

2009-05-11 Thread Fastream Technologies
In my case, I get data from first head being pending in second head/GET. I know it is weird/rare case yet this customer was annoyed and he led us to panic even more... On 5/11/09, Arno Garrels wrote: > Fastream Technologies wrote: > > Arno, > > > > Yesterday I sent you a wr

Re: [twsocket] THttpServer under ICSv7 and BCB2007

2009-05-11 Thread Fastream Technologies
Hi, On 5/11/09, Arno Garrels wrote: > Fastream Technologies wrote: > > The problem is I must run my C++ project with release config as > > otherwise it gives av due to memory fragmentation (HEAVY duty!). > > If you want to debug, debug information have to be included, tha

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

2009-05-11 Thread Fastream Technologies
Arno, Yesterday I sent you a wrong url! This new url is the direct IIS 5.1 url which returns body in HEAD response and it confuses thttpcli. Regards, SZ On 5/11/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > Here is the problem routine: > > Sorry I do not se

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

2009-05-11 Thread Fastream Technologies
;S COMMENT İN FRECEIVELEN := 0; end //AG 05/27/08 else Regards,, SZ On 5/10/09, Fastream Technologies wrote: > > Ok. There was no proxy in the lastest configuration I sent. So the > issue is the Mystery serve

Re: [twsocket] THttpServer under ICSv7 and BCB2007

2009-05-11 Thread Fastream Technologies
The problem is I must run my C++ project with release config as otherwise it gives av due to memory fragmentation (HEAVY duty!). Regards, SZ On 5/11/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > Also FYI: I have defined in both gui app and package > >

Re: [twsocket] THttpServer under ICSv7 and BCB2007

2009-05-11 Thread Fastream Technologies
Hello, I fixed this by removing the v6 libs from project file using Notepad. Regards, SZ On 5/11/09, Fastream Technologies wrote: > > Also FYI: I have defined in both gui app and package > NOFORMS;USE_SSL;NO_ADVANCED_USE_OF_HTTP_CLIENT;SECURITY_WIN32;NO_DEBUG_LOG . > > The

Re: [twsocket] THttpServer under ICSv7 and BCB2007

2009-05-11 Thread Fastream Technologies
5/11/09, Fastream Technologies wrote: > > Hello, > > I have an upgraded code from v6. The below line: > > adminHTTPServer = new THttpServer(NULL); > > causes AV (write of address 0014). Any idea what might have I done > wrong? This is a GUI app but for debugging t

[twsocket] THttpServer under ICSv7 and BCB2007

2009-05-11 Thread Fastream Technologies
Hello, I have an upgraded code from v6. The below line: adminHTTPServer = new THttpServer(NULL); causes AV (write of address 0014). Any idea what might have I done wrong? This is a GUI app but for debugging the service so do not want to use Forms::Application. Best Regards, SZ -- To unsubs

Re: [twsocket] BCB2006 package of ICSv7 snapshot missing some files

2009-05-10 Thread Fastream Technologies
Also, ICSv6 snapshot BCB2006 package misses the CRC unit. Regards, Gorkem On 5/11/09, Arno Garrels wrote: > > Thanks, > > Just updated the SVN repository as well as the nightly built ZIP. > > -- > Arno Garrels > > Fastream Technologies wrote: > > Hello, >

[twsocket] BCB2006 package of ICSv7 snapshot missing some files

2009-05-10 Thread Fastream Technologies
Hello, Basically it does not link due to missing webappserver and some other units in the package. FYI. Regards, SZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.

Re: [twsocket] Anybody seen a false 10060 winsock error with ICS? WAS THttpCli bug -- reported earlier on another server, repeating behavior again

2009-05-10 Thread Fastream Technologies
Yes we get 10060 with remote IIS 5.1. I am asking this here for a customer to sleep well and get a newer Win/IIS. Regards, SZ On 5/10/09, Fastream Technologies wrote: > Ok. There was no proxy in the lastest configuration I sent. So the > issue is the Mystery server dislikes the HEAD c

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

2009-05-10 Thread Fastream Technologies
, Arno Garrels wrote: > It's a server (or proxy) problem! > Use a sniffer such as Wireshark if you don't believe it. > > After a long delay (timeout?) the server answers > with a 404, and closes the connection. > > -- > Arno Garrels > > > Fastream Technologi

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

2009-05-09 Thread Fastream Technologies
Hello, Could you guys try this url and the below actions with your own httptst's? - www.suckersluck.com/scripts (returns 404 which is ok) - head - get - head (second head stalls) This occurs both when you do it programmatically and by hand! Please help! Best Regards, SZ -- To unsubscribe or ch

[twsocket] False winsock 10060 (conn. timeout) in THttpCli

2009-05-09 Thread Fastream Technologies
Hi, A customer reports and demos (within our program) a false 10060 with proxy outgoing connection being reported by our proxy. When there is no proxy, the IIS6 responds very well by itself to browsers. But when the client goes through our proxy, a 404 page produced by IIS6 causes the proxy to han

Re: [twsocket] Any HTTP/Cookie line parser available?

2009-05-03 Thread Fastream Technologies
Hello, Has the below message reached your inboxes? Regards, SZ On 5/3/09, Fastream Technologies wrote: > > Hello, > > I need to parse the Cookie and Set-cookie and alter the path and domain > vars for all cookies by first reading the old value, doing some processing > and t

[twsocket] Any HTTP/Cookie line parser available?

2009-05-03 Thread Fastream Technologies
Hello, I need to parse the Cookie and Set-cookie and alter the path and domain vars for all cookies by first reading the old value, doing some processing and then replacing. Any good cookie parsers out there for Delphi/BCB? Best Regards, SZ -- To unsubscribe or change your settings for TWSocket

Re: [twsocket] webpage image source

2009-05-02 Thread Fastream Technologies
Hello, Unless the first part of the string contains "://", it is current domain. Else unless it starts with "/", it is relative path. Regards, SZ On 5/2/09, Xxxx Xxxx wrote: > > Hi, I'm using httpcli to save a webpage html doc and I extract all of > it's image locations to a text file by savin

Re: [twsocket] Bugreport and Workaround: SSL Freezes

2009-04-26 Thread Fastream Technologies
Hello Markus, We developed exactly the same application as beta: http://www.fastream.com/beta/SecureTunnelClient.zip It is very intuitive and easy--perhaps you can test and see if it contains the bug you mentioned. Best Regards, SZ On 4/26/09, Markus Müller wrote: > > Hi TWSocket Mailinglist,

Re: [twsocket] Using a SmartCard with ICS-SSL (was SSL PEM error)

2009-04-24 Thread Fastream Technologies
Ok, I see my name was passed by Arno in the thread, is this work extendable to OpenSSL acceleration? Arno, was this the reason you said "Fastream was interested as well..."? Regards, SZ On 4/24/09, Dod wrote: > > Hello, > > The goal is to try to do SSL secured by French Doctor's HealthCare > Sm

Re: [twsocket] Using a SmartCard with ICS-SSL (was SSL PEM error)

2009-04-24 Thread Fastream Technologies
Hello, Does this work has anything to do with OpenSSL hardware accelerators support? If so, is it tested by somebody who actually has a card? Best Regards, SZ On 4/23/09, Arno Garrels wrote: > > Dod wrote: > > Hello Arno, > > > > After searching for PKCS11 infos I found a nice Delphi PKCS11 e

Re: [twsocket] Remote file/folder selection routine for ICS with HTML/JS

2009-04-15 Thread Fastream Technologies
'+#10; >until FindNext(sr) <> 0; >FindClose(sr); > end; > result := result +''; > end; > > It's a part of our applicationserver based upon the work of ics... > > albert > - Original Message - > From: "Fastream Technologies

[twsocket] Remote file/folder selection routine for ICS with HTML/JS

2009-04-15 Thread Fastream Technologies
Hello, Is there ready code for this available? If not, are there other people needing such a feature? What kind of approach would you suggest? How much should one be willing to pay for sponsoring such a work and to whom? Best Regards, SZ -- To unsubscribe or change your settings for TWSocket ma

Re: [twsocket] ICS7 Alpha Installation Error

2009-03-31 Thread Fastream Technologies
socket > Visit our website at http://www.overbyte.be > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > -- Gorkem Ates Fastr

Re: [twsocket] ICS7 Alpha Installation Error

2009-03-31 Thread Fastream Technologies
Hello, Which package did you try to install? You should realize that all the compilers have different associated packages in ICS. Best Regards, SZ On 3/31/09, ahmet.kaya...@mobinex.biz wrote: > > Hello > > > > I tried to build and install ICS7 to CodeGear C++Builder 2009. I always > get "[DCC

Re: [twsocket] OpenSSL will support SNI by default soon in v0.99

2009-03-27 Thread Fastream Technologies
Hello, Is this new SNI feature only for FTPS or for HTTPS as well? We are interested in both. Also, has there been any attempt to make the FTP server multi-threaded in V7? SZ On Fri, 27 Mar 2009 12:28 + (GMT Standard Time), Angus Robertson - Magenta Systems Ltd wrote: > > > AFAIK latest I

Re: [twsocket] TSslHttpServer with wildcard cert

2009-03-26 Thread Fastream Technologies
I don't see your point. The SSL web server requires the domains to be used by client to access to be in the accepted hosts--tested! However, I don't have a wildcard cert to test. HTH, SZ On 3/26/09, Arno Garrels wrote: > > Fastream Technologies wrote: > > How would o

<    1   2   3   4   5   6   7   8   9   10   >