Re: [twsocket] Error with SSLWSocketClient

2011-02-03 Thread Angus Robertson - Magenta Systems Ltd
I have received an error from my client on test, the error is, _Revocation information for the security certificate for this site is not available, do you want to proceed?_ I am using the demo/test certificates delicered with ICS component package because I am still doing a test period.

Re: [twsocket] Error with SSLWSocketClient

2011-02-03 Thread daniel cc
Angus, I remember all you said. As mentioned, I am still running tests. What I need is a some kind of explanation about the error since I am not using IE or Mozilla. Do you know the reason for the error? -Original Message- From: Angus Robertson - Magenta Systems Ltd Sent:

Re: [twsocket] Error with SSLWSocketClient

2011-02-03 Thread Fastream Technologies
SSL certificates expire after a period of time--usually 1 year. Regards, SZ On Thu, Feb 3, 2011 at 10:49 AM, daniel cc dan...@signedsource.com wrote: Angus, I remember all you said. As mentioned, I am still running tests. What I need is a some kind of explanation about the error since I am

Re: [twsocket] Error with SSLWSocketClient

2011-02-03 Thread Arno Garrels
daniel cc wrote: Hello, I have received an error from my client on test, the error is, “Revocation information for the security certificate for this site is not available, do you want to proceed?” This is not an error from your application, isn't it? A certificate usually contains a link to

Re: [twsocket] Error with SSLWSocketClient

2011-02-03 Thread daniel cc
Guys, The certificate is not expired because I have checked it. -Original Message- From: Fastream Technologies Sent: Thursday, February 03, 2011 10:49 AM To: ICS support mailing Subject: Re: [twsocket] Error with SSLWSocketClient SSL certificates expire after a period of

Re: [twsocket] Error with SSLWSocketClient

2011-02-03 Thread daniel cc
Hi Arno, Thanks for the response. I am running the test with plain -- OverbyteIcsSimpleSslServer project demo which I have modified a bit (such as keepalive, error handling etc.). I do use firefox in the client machine but that is not part of my application it is just the firefox for web use

Re: [twsocket] Error with SSLWSocketClient

2011-02-03 Thread Angus Robertson - Magenta Systems Ltd
What I need is a some kind of explanation about the error since I am not using IE or Mozilla. Do you know the reason for the error? Read Appendix B in the SSL and TLS Essentials book and pages 70 to 73 in the Network Security with OpenSSL book. This mailing list is not for basic teaching,

Re: [twsocket] Error with SSLWSocketClient

2011-02-03 Thread daniel cc
Angus, I wouldn't type here and bother anyone if I could have found the answer from the book. So far I couldn't find the answer from the book, chapters 70-73 tells many things but nothing about this particular error. I have googled much and the answer everywhere seems to be managing the

Re: [twsocket] Error with SSLWSocketClient

2011-02-03 Thread Angus Robertson - Magenta Systems Ltd
Please don't answer to my questions No problem, added to kill list. Also stop sending me private emails with other questions. Angus -- 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] FTPCli problem.

2011-02-03 Thread Antol
Hello Arno, No, it was reported that the software with FTPCLI_BUFFER_OLD also hangs :( Monday, January 24, 2011, 10:30:29 AM, you wrote: AG const AG // BLOCK_SIZE = 1460; { 1514 - TCP header size } AG {$IFDEF FTPCLI_BUFFER_OLD} AG FTP_SND_BUF_SIZE = 1460; { arno V7.18 } AG

Re: [twsocket] FTPCli problem.

2011-02-03 Thread Arno Garrels
Antol wrote: Hello Arno, No, it was reported that the software with FTPCLI_BUFFER_OLD also hangs :( That's sad news :( I'm running out of ideas, anybody else? -- Arno Garrels Monday, January 24, 2011, 10:30:29 AM, you wrote: const // BLOCK_SIZE = 1460; { 1514 -

Re: [twsocket] FTPCli problem.

2011-02-03 Thread Francois PIETTE
I'm running out of ideas, anybody else? Is it confirmed that the server actually send the 226 answer and this is lost because the client doesn't see it ? -- francois.pie...@overbyte.be The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component

Re: [twsocket] FTPCli problem.

2011-02-03 Thread Antol
Hello Francois, By the moment the software was tested with 2 servers, and the behavior is the same. We could think that the router is the problem, but the only unexplained thing remained is why ICS5 works... Thursday, February 3, 2011, 9:19:16 PM, you wrote: I'm running out of ideas,

Re: [twsocket] FTPCli problem.

2011-02-03 Thread Francois PIETTE
FP Is it confirmed that the server actually send the 226 answer and this is FP lost because the client doesn't see it ? By the moment the software was tested with 2 servers, and the behavior is the same. We could think that the router is the problem, but the only unexplained thing remained

Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-03 Thread Marc Hale
I tried that. Still did not show the ssl installing but when I compiled the sample project it died on every project that had the {$IFNDEF NOFORMS} Bomb('Please add NOFORMS to your project defines to reduce exe size'); {$ENDIF} I checked the defines in each one and it has NOFORMS;DEBUG Its

Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-03 Thread Marc Hale
I found this online I was wondering if someone could please confirm something for me. Recently I found out that Delphi 2007 has problems with Conditional Defines, something due to the use of MSBuild. While it's been a recent find for me, apparently this problem has been around since the release

Re: [twsocket] Install ICS SSL Delphi 2007 Problem NO SSL

2011-02-03 Thread Marc Hale
GOT IT WOKRING. In the environment variables there was a setting platformbuild = BCB or HCB I removed that and now the defines work all compiled fine. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Francois PIETTE Sent: Thursday,

Re: [twsocket] FTPCli problem.

2011-02-03 Thread Antol
Hello Francois, Thursday, February 3, 2011, 11:03:36 PM, you wrote: FP You said you reproduced the issue with your own server being interrogated, FP so it should be easy for you to spy on the network at your own server and FP see if the 226 answer is properly sent with his ending CR/LF. No,