Re: [Twisted-Python] VC++ client and a Twisted OpenSSL Server

2009-09-23 Thread gary clark
: error:0200274D:system library:connect:reason(1869) ECONNREFUSED = 0x274D = 10061 Any ideas would be appreciated. Thanks, Garyc --- On Wed, 9/23/09, gary clark wrote: > From: gary clark > Subject: [Twisted-Python] VC++ client and a Twisted OpenSSL Server > To: twisted-python@twistedm

[Twisted-Python] VC++ client and a Twisted OpenSSL Server

2009-09-23 Thread gary clark
Hello, error:02002751:system library:connect:reason(1873) Is dumped out from the client. This apparently is a : 0x2751 == 10065 == (WSA)EHOSTUNREACH > "A socket operation was attempted to an unreachable host." Strange because I can ping the server machine from the client. Not very informative.

Re: [Twisted-Python] VC++ client and a Twisted OpenSSL Server

2009-09-23 Thread exarkun
On 03:04 pm, burslem2...@yahoo.com wrote: >Hello, > >Firstly I'm new to twisted hence patience and a deep breath my be >necessary. > >I wrote a simple VC++ client that communicates to a VC++ server using >OpenSSL. It loads .pem file and communicates great. > >However I want the client to talk to

[Twisted-Python] VC++ client and a Twisted OpenSSL Server

2009-09-23 Thread gary clark
Hello, Firstly I'm new to twisted hence patience and a deep breath my be necessary. I wrote a simple VC++ client that communicates to a VC++ server using OpenSSL. It loads .pem file and communicates great. However I want the client to talk to a twisted server provided from TwistedMatrix: # Co