Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Jinitiator and ssl: SSL handshake failed

Jinitiator and ssl: SSL handshake failed

From: Joop Gijsbers <joopgij_at_xs4all.nl>
Date: 11 Nov 2003 07:14:14 -0800
Message-ID: <680c3066.0311110714.7ddf23cd@posting.google.com>


For a client i need an ssl connection ; i got the certificate and implemented it.

Normal ssl connections works fine, but connections with Oracle Jinitiator gives problems: SSL handshake failed error.:

Opening https://[url]/forms60java/f60all_jinit.jar no proxyjavax.net.ssl.SSLException: SSL handshake failed:

X509CertChainIncompleteErr	at
oracle.security.ssl.OracleSSLSocketImpl.startHandshake(OracleSSLSocketImpl.java)	at
oracle.jinitiator.protocol.https.HttpsClient.doConnect(HttpsClient.java:128)	at
sun.net.www.http.HttpClient.openServer(HttpClient.java:272)	at
sun.net.www.http.HttpClient.openServer(HttpClient.java:344)	at
sun.net.www.http.HttpClient.<init>(HttpClient.java:212)	at
sun.net.www.http.HttpClient.<init>(HttpClient.java:216)	at
sun.plugin.protocol.http.HttpClient.<init>(HttpClient.java:58)	at
oracle.jinitiator.protocol.https.HttpsClient.<init>(HttpsClient.java:36)	at
oracle.jinitiator.protocol.https.HttpsClient.New(HttpsClient.java:52)	at
sun.plugin.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:109)	at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Compiled
Code)	at sun.net.www.protocol.http.HttpURLConnection.openConnectionCheckRedirects(Compiled
Code)	at sun.applet.JARCache.beginStoring(JARCache.java:425)	at
sun.applet.AppletResourceLoader.loadJar(AppletResourceLoader.java:215)	at
sun.applet.JinitAppletPanel.loadJarFiles(Compiled Code)	at
sun.plugin.AppletViewer.loadJarFiles(Compiled Code)	at
sun.applet.JinitAppletPanel.runLoader(JinitAppletPanel.java:580)	at
sun.applet.JinitAppletPanel.run(Compiled Code)	at
java.lang.Thread.run(Thread.java:466)

I looked at Metalink, and got a note - 147836.1, How to make Jinitiator work with Apache with SSL (HTTPS). But the solution in that note - modifications in the certdb.txt in in Program Files\oracle\Jinitiator 1.1.8.x\lib\security on the client does not work.

Anyone a clue? Thanks.

Jinitiator version: 1.1.8.16
Oracle Ias: 9i Release 1 (v1.0.2.2.2a) for Windows NT/2000 Received on Tue Nov 11 2003 - 09:14:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US