Rachit,
I think this link will help you.

http://forum.java.sun.com/thread.jsp?thread=165302&forum=17&message=509390


I think you have to edit the java.security file and either add this line:


security.provider.2=com.sun.rsajca.Provider

or these two lines

security.provider.1=sun.security.provider.Sun
security.provider.2=com.sun.net.ssl.internal.ssl.Provider

Regards,

Richard


At 11:16 AM 8/3/2003 -0700, you wrote:
hello,
 i have downloaded the jsse1.0.3_02. i wanted to use the keytool to
provide the facility of https on my apache tomcat server.
but when i write this on my command line, i get a error.
C:\>keytool -genkey -alias tomcat -keyalg RSA
Enter keystore password:  changeit
keytool error: KeyPairGenerator not available
C:\>

i have put the three jar files in the classpath.
and also added the line
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
in the java.security file.
i am using jdk1.2.
i would be grateful if you could guide me what to do.
if you need more information on my problem please tell me.
hoping a reply from you soon.
thank you.
rachit.


--------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com

Reply via email to