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

Reply via email to