HTTPS

1999-03-01 Thread Zoltan . Tar

Hello

I want to make an https connection but I get this error:

java.lang.ClassNotFoundException: javax.net.ssl.SSLException: Received
fatal alert: handshake_failure (no cipher suites in common)


at
sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1072)


at sun.security.ssl.SSLSocketImpl.clearPipeline(Compiled Code)


at sun.security.ssl.SSLSocketImpl.write(Compiled Code)


at sun.security.ssl.AppOutputStream.write(Compiled Code)


at java.io.OutputStream.write(OutputStream.java:65)


at
sun.plugin.protocol.jdk12.https.HttpsClient.doConnect(HttpsClient.java:3
21)


at sun.net.www.http.HttpClient.openServer(HttpClient.java:320)


at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)


at sun.net.www.http.HttpClient.(HttpClient.java:260)


at sun.net.www.http.HttpClient.(HttpClient.java:265)


at
sun.plugin.protocol.jdk12.https.HttpsClient.(HttpsClient.java:211)



at
sun.plugin.protocol.jdk12.https.HttpsClient.New(HttpsClient.java:225)


at
sun.plugin.protocol.jdk12.https.HttpsURLConnection.privBlock(HttpsURLCon
nection.java:97)


at
sun.plugin.protocol.jdk12.https.HttpsURLConnection$PrivilegedBlockAction
.run(HttpsURLConnection.java:169)


at java.security.AccessController.doPrivileged(Native Method)


at
sun.plugin.protocol.jdk12.https.HttpsURLConnection.connect(HttpsURLConne
ction.java:136)


at
sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(HttpURLC
onnection.java:191)


at sun.applet.AppletClassLoader.getBytes(Compiled Code)


at
sun.applet.AppletClassLoader.access$1(AppletClassLoader.java:216)


at
sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:139)


at java.security.AccessController.doPrivileged(Native Method)


at
sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:136)


at java.lang.ClassLoader.loadClass(ClassLoader.java:280)


at
sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:110)


at java.lang.ClassLoader.loadClass(ClassLoader.java:237)


at
sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:368)


at sun.applet.AppletPanel.createApplet(AppletPanel.java:532)


at sun.plugin.AppletViewer.createApplet(AppletViewer.java:759)


at sun.applet.AppletPanel.runLoader(AppletPanel.java:468)


at sun.applet.AppletPanel.run(Compiled Code)


at java.lang.Thread.run(Thread.java:479)

I am using a Java2 plugin and trying to download a html page that
contain an applet.
On server side there is a Netscape Enterprise Server 3.5 and a Netscape
Certificate Server.

Can anybody help me?

Zoltan Tar
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



SSL

1999-03-08 Thread Zoltan . Tar

Hello

About a week ago I have asked this, but I didn't get an answer.

So I assume it again.

I use a Java plugin 1.2 and I want to use SSL conections with it.

But I get this Exception:

SSLException: (no cipher suites in common)

Has anybody an answer for it? Or what is the possible mistake?

Zoltan Tar


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]