Christian Emig wrote:
> 
> what does ssl-error -5985 mean? ("Could not establish encrypted connection to
> site").

It's an NSPR error code.  See
http://lxr.mozilla.org/mozilla/source/nsprpub/pr/include/prerr.h#89

> What has exactly happend to cause a -5985 ?

Some piece of code, somewhere inside mozilla, produced a data structure
that was supposed to contain a valid IP v4 or IP v6 address, and asked
NSPR or NSS to use it.  But the part of the structure that says whether 
the address was IP v4 or IP v6 said it was neither, so the library 
didn't know what to make of it.

> Christian


--
Nelson B
Disclaimer:                  I speak for myself, not for Netscape

Reply via email to