RMI SSL problem

Hi, I am learning RMI whit SSL and I have a problem, I cant run the example form the RMI SSL tutorials.

I can run the server, and bind the object but the client throw this exception:

HelloClient exception: error during JRMP connection establishment; nested exception is:

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:unable to find valid certification path to requested target

java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:

javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:274)

at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)

at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:306)

at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)

at HelloClient.main(HelloClient.java:60)...

can you help me?

[1237 byte] By [DaleGroa] at [2007-11-26 17:58:06]
# 1
Hi, Dis you solved the probelm ? I am facing the similar exception. I am using jre1.5.0_11.Regards,Titas Mutsuddy
mutsuddy123@hotmail.coma at 2007-7-9 5:11:18 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...