Title: RE: [jacorb-developer] JDK 1.3.0.2 / JacORB 1.4 w/ jsse 1.0.2 Fix/problem

        Well I have gotten it to work kind of. I am running a TAO server from which im connecting to with a JacORB client. I see the debug output on the server but OpenSSL(TAO) complains about about 'alert certificate unknown'. Im taking this to mean that the certificate the client sent over is unknown. Well I don't want the JacORB client to send a certificate over. I only want the server to have a public/private key pair. Or better yet all I want is encryption. I must be missing something or doing something wrong. Anyone have an idea? Although this same code worked with JacORB 1.3 it's kind of strange it doesn't work with JacORB 1.4

Just let me know when you get sick of SSL questions. :-)

- Andrew

-------------------------------------
Andrew T. Finnell
Software Engineer
eSecurity Inc
(321) 394-2485


> -----Original Message-----
> From: Stephan Feder [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, December 12, 2001 2:51 PM
> To: Andrew Finnell
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: [jacorb-developer] JDK 1.3.0.2 / JacORB 1.4 w/
> jsse 1.0.2 Fix/problem
>
>
> First: _Do not remove_ the classes listed under 3. in
> "sun_jsse/README.jsse1_0_2". The whole point of my patch was
> to make that work again!
>
> Now: The JSSE docs clearly state "SunX509" as the algorithm
> for both key and trust managers, and the JSSE classes are
> found so I suspect that the JSSE provider is not registered.
>
> Did you put
>
>       security.provider.3=com.sun.net.ssl.internal.ssl.Provider
>
> into the "java.security" file? Otherwise you have to also
> uncomment the line
>
>       Security.addProvider( new
> com.sun.net.ssl.internal.ssl.Provider() );
>
> in "sun_jsse/SSL(Server)SocketFactory.java".
>
> Hope it works
>
>       Stephan
>
> > Andrew Finnell wrote:
> >
> > I used some changes mentioned earlier to make JAcORB 1.4
> compile with
> > JSSE 1.0.2 and when I try running my application I get a dump like
> > this. Unknown algorithm SunX509?? I believe the changes
> were suggested
> > by Stephan Fester.
> >
> > If anyone has any ideas let me know. I'm going to try and
> figure out
> > what's going on. Thanks!!
> >
> > - Andrew
> >
> > ############################ StackTrace ############################
> > java.security.NoSuchAlgorithmException: Algorithm SunX509 not
> > available
> >         at com.sun.net.ssl.b.a([DashoPro-V1.2-120198])
> >         at
> >
> com.sun.net.ssl.TrustManagerFactory.getInstance([DashoPro-V1.2-120198]
> > )
> _______________________________________________
> jacorb-developer maillist  - 
> [EMAIL PROTECTED]
> http://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-developer
>

Reply via email to