Much appreciated Dave. Strange I can "ping" the machine and tracert completes Tracing route to 192.168.1.65 over a maximum of 30 hops
1 <1 ms <1ms <1ms 192.168.1.65 Thanks, Garyc --- On Wed, 9/23/09, Dave Thompson <[email protected]> wrote: > From: Dave Thompson <[email protected]> > Subject: RE: error:02002751:system library:connect:reason(1873)? > To: [email protected] > Date: Wednesday, September 23, 2009, 5:59 PM > > From: [email protected] > On Behalf Of gary clark > > Sent: Wednesday, 23 September, 2009 18:18 > > (I think this is a -users not -dev question, but I'm not > sure > how or if to redirect.) > > > Attempting to connect to a twisted server using a VC+ > client > > via open-ssl. > > > (Is that a product/module name or a description? > <G>) > > > I can connect to my VC++ server fine, not the twisted > server. > > > > I'm seeing an error, the BIO_do_connect is failing. > > > > "error:02002751:system library:connect:reason(1873)" > > > > I'm not too sure what this means. If somebody could > enlighten > > great and point me into where I can find out what this > means > > that would be good also. > > > It means a Winsock error code doesn't fit in openssl's > 8/12/12 bitfields. > > 0x2751 == 10065 == (WSA)EHOSTUNREACH > "A socket operation was attempted to an unreachable host." > > Try ping or tracert to the server you're trying to connect > to. > > > > ______________________________________________________________________ > OpenSSL Project > > http://www.openssl.org > Development Mailing List > [email protected] > Automated List Manager > > [email protected] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
