SSL exception

Hi all, As my programm is compiling correclty but when i am trying to run that program i am getting SSL implementation not available error.thanks in advance.
[199 byte] By [momul] at [2007-9-26 1:37:08]
# 1

Hi momul,

There may be two posibilities for the error which you got.

(1)Provider may not registered properly. Check java.security files and make sure that you created an entry for com.sun.net.ssl.internal.ssl.Provider.

Then make sure that there are no extra java.security files on your hard drive that are being used by your runtime to configure you providers.If there are make sure to add the providers to them.

(2) There may be problem with your keystore. Make sure that you are providing the proper file and password for your keystore. Check with keystore that you can read an entry for the keystore that you expect.

Hope this may help you.

Regards,

Anil.

Developer Technical Support.

Sun MicroSystems Inc, India.

ramanil_indts at 2007-6-29 2:23:31 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...
# 2
hi ramanil_indts, thanx for ur reply, actually i didn't set the security file properly, it works now. Once again thanx.
momul at 2007-6-29 2:23:31 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...