Closed
Bug 335257
Opened 20 years ago
Closed 19 years ago
SSL_ForceHandshake failure
Categories
(JSS Graveyard :: Library, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 333636
People
(Reporter: slavomir.katuscak+mozilla, Assigned: glenbeasley)
Details
============= test sockets
***FilePasswordCallback returns netscape
using port:2877
Server about to create socket
client about to connect
Client specified cert directly
client connected
Exception in thread "main" org.mozilla.jss.ssl.SSLSocketException: SSL_ForceHandshake failed: (-8172) Peer's certificate issuer has been marked as not trusted by the user.
at org.mozilla.jss.ssl.SSLSocket.forceHandshake(Native Method)
at org.mozilla.jss.tests.SSLClientAuth.testConnection(SSLClientAuth.java:223)
at org.mozilla.jss.tests.SSLClientAuth.doIt(SSLClientAuth.java:180)
at org.mozilla.jss.tests.SSLClientAuth.main(SSLClientAuth.java:104)
java.net.BindException: Could not bind to address: (-5982) Local Network address is in use.
at org.mozilla.jss.ssl.SocketBase.socketBind(Native Method)
at org.mozilla.jss.ssl.SSLServerSocket.<init>(SSLServerSocket.java:156)
at org.mozilla.jss.tests.SSLClientAuth.run(SSLClientAuth.java:283)
at java.lang.Thread.run(Thread.java:534)
Server exiting
SSLClientAuth returned 1
JSSTEST_CASE 3 (Sockets): FAIL
Appeared during nightly testing 20060423.1 on Linux2.4_x86_glibc_PTH_OPT architecture.
| Reporter | ||
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 333636 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•