Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

IOPS with client certificate

0 views
Skip to first unread message

yves

unread,
May 27, 2004, 1:53:45 PM5/27/04
to

hi,
i have a servlet that calls a corba service via IOPS using weblogic's internal
ORB. doing SSL without client certificate works fine - but when the server requests
a client certificate in the SSL handshake, the call fails. on the server i see,
that no certificate has been sent.

in the debug output of the client there is the following exception:

<May 27, 2004 10:39:36 AM PDT> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: CertificateRequest>

<May 27, 2004 10:39:36 AM PDT> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: ServerHelloDone>

<May 27, 2004 10:39:36 AM PDT> <Debug> <TLS> <000000> <........... Eating Exception
.........
java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
at java.util.Vector.elementAt(Vector.java:427)
at com.certicom.tls.interfaceimpl.CertificateSupport.getAuthChain(Unknown Source)

is this a known issue? or do i just have to fix my config somehow... i'm using
weblogic 8.1sp2
thanks

Andy Piper

unread,
May 28, 2004, 12:46:29 PM5/28/04
to
"yves" <yves....@freesurf.ch> writes:

> .........
> java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
> at java.util.Vector.elementAt(Vector.java:427)
> at com.certicom.tls.interfaceimpl.CertificateSupport.getAuthChain(Unknown Source)
>
> is this a known issue? or do i just have to fix my config somehow... i'm using
> weblogic 8.1sp2

Its not an issue that I know about but it looks like an SSL
problem. You should probably contact support.

Thanks

andy

0 new messages