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