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
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
>
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
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
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
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
> >
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
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
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
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
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
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??
&
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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.
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
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)
> >>> {
> >>>
...
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
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
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
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
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
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
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
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
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
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
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:
> >
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
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...
> >
>
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
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
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
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
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
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
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
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
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
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
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
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
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:
>
>
>
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
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
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
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
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
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
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
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
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
;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
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
> >
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
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
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
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,
>
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.
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
, 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
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
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
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
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
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
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,
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
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
'+#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
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
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
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
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
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
401 - 500 of 1589 matches
Mail list logo