On 2009-04-12 07:10 PDT, david.wonner wrote:
> Hello,
> 
> Does anyone has experience issues using SSL under Vista ?
> 
> When trying to log using SSL on Vista, the ldap_simple_bind failed
> returning error
> LDAP Error returned is the following :
> LDAP Error [85:Timed out] [] DN []
> SSL Error [-5980] [Network address is presently unreachable.]

Despite what it says, this is not an SSL error.  Your program is trying
to connect over the TCP/IP network to some IP address and a router has
reported that the IP network of the system identified by that IP address
is unreachable.  This may mean that you have an invalid IP address.

SSL has not even entered into the picture yet.  It cannot do so until
after the connection is successfully established, which it is not.

The next step is to find out what IP address your program was trying to
connect to.

> The same code does work on Windows XP and Windows 2000. Their is no
> firewall activated on Vista.
> 
> Version of LDAP C SDK is 5.1.7
> Version of NSPR is 464
> Version of NSS is 3.11.4
> 
> Thanks for your help.
_______________________________________________
dev-tech-ldap mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-ldap

Reply via email to