I've got my installation of JSSE to such a state whereby I can use keytool to generate certs. Do I need JCE installed to complete installation ? I am now getting an error in my Tomcat 4.0.1 SSL config which reads:
Thanks Pho
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
Originally posted by Pho Tek: [B]I am now getting an error in my Tomcat 4.0.1 SSL config which reads:
[/B]
This is caused by: "This exception is thrown when a particular cryptographic algorithm is requested but is not available in the environment." So the question is, what algorithm are you specifying and is that algorithm installed.
subject: [JSSE installation] Question on installation procedure