[twsocket] SSL certificates changed ?

2011-01-21 Thread Paul

I have a problem with a client that has renewed their certificate.
Comparing the old and new certificates, there's a new section added.
The new certificated has 2 sections : Bag Attributes: 

Anyone knows what I need to change ?

Thanks,

Paul

--
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] FTPCli problem.

2011-01-21 Thread Antol
Additional  information:  it  is  supposed that the problem happens in
passive mode only.


--
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] SocketSpy (2nd request)

2011-01-21 Thread Francois PIETTE



I'm using Vista64. My source code is included below. I hope you'll
forgive me if I have included too much code. My program is 257 lines.


It is better that you provide a complete test project (source code only) so 
that anybody wanting to help can be started quickly with your code. Don't 
attach your zip file to a message posted to the list, but provide a direct 
link to the file.


btw: Usually W. Mestdagh read this mailing list.  I guess he will answer.
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
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


Re: [twsocket] FTPCli problem.

2011-01-21 Thread Arno Garrels
Antol wrote:
> 
> So, the difference is that on the problematic PC the line
> 
> 15:13:40:061 >|226 Transfer complete|
> 
> is  not  always received or processed properly. What is the reason and
> how to fix this?

My first guess is that it is a server issue. The server has to send a 
response on the control socket, either success or failure. 
Or for some reason that response was sent however doesn't get thru?
If you can get a RDP connection to user's PC you could install
Wireshark and check that.

BTW: There's no timeout implemented in TFtpCli, it has to be implemented
on the application level.

> PS: when the user runs the same program with ICS v5 component, it
> works on that problematic computer ALWAYS ok, i.e. it never hangs.

Hmm, that's indeed strange, are you sure it's the same mode 
passive/active?

-- 
Arno Garrels  

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


[twsocket] SocketSpy to C++ Problem

2011-01-21 Thread richard
Hi All,

I have done a cbuilder translation of Mr. Mestdagh's SpocketSpy 
program. But, I have
a problem. When I run the program and try to connect with a server, I 
get this
immediate error:

"An unknown response was received in response to a request for 
information from the
news server 'SocketSpyC++ Local TCP Proxy'"

Under the details button of the error dialog, I get:

SocketSpyC++ Local TCP Proxy

Configuration:
   Account: SocketSpyC++ Local TCP Proxy
   Server: 127.0.0.1
   Protocol: NNTP
   Port: 119
   Secure(SSL): 0
   Code: 800ccca0

I don't have any idea what the problem is. First, while trying to 
debug, I put a
popup messagebox at the end of the WSocketServerClientConnect 
procedure to take a
look at a variable. What I discovered was that messagebox being open 
allowed the
program to actually connect and go further before error. After that, 
I replaced the
messagebox with an Application->ProcessMessages() loop as a test. I 
was amazed that
after that, the program ran completely and reliably--everytime. It 
works just great,
but I haven't tried more than 1 connection because of the 
ProcessMessages loop.
Though the loop has been helpful, I doubt it is the appropriate fix 
for this.

I'm wondering if this problem is somehow related to changes made to 
cbuilder in the
2007 edition I'm using. I have already discovered and fixed 2 other 
problems related
to the 2007 upgrade. I'm using Vista64.

My socketspyc project is attached. Please have a look. The 
ProcessMessages loop is at the end of the WSocketServerClientConnect 
procedure.

Regards,

Richard Christman
https://www.quicksilvermail.net
--
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