these are the some of the CERTIFICATE AUTHORITY Companies http://digitalid.verisign.com http://www.baltimore.com/sureserver/, which will provide u the certificate of identity of ur server by taking money. They r providing test digital id's for testing purpose also, try it at above sites.
-----Original Message----- From: randie ursal [mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 3:31 PM To: [EMAIL PROTECTED] Subject: Re: how to setup trusted certificate? actually, i just followed the SSL configuration setup instruction on the Apache Tomcat 4.0 document. Everything is being explained there including the use of "keytool" utility. the only problem i have is when i access my servlet using a Java Application through https. it would ask for a trusted certificate which means i have to get a signed certificate from a CA but i already make use of the self-signed certificate generated by the "keytool" utilily. i don't have an idea why when access through web browser it could determine the self-signed certificate but when using Java application it won't determine that the self-signed certificate i use in the web server is trusted. if you want the code for my Java Application i can send it. =) Murthy, Suryanarayana (MED, TCS) wrote: >Could you please share more about how to implement https for any web >application and as well like tou java application accessing it? I am very >much interested to know how to use key tool and its concepts. > >Thanks in advance, >Murthy > >-----Original Message----- >From: randie ursal [mailto:[EMAIL PROTECTED]] >Sent: Friday, August 09, 2002 4:45 AM >To: [EMAIL PROTECTED] >Subject: how to setup trusted certificate? > >hello, > > I'm trying to implement a Java client application to access a Servlet >using Https > protocol. I've configured my Web server already which is Apache >tomcat 4.0 > and everything works fine for the Https protocol support when my >client is > accessing my servlet through a Web browser. > > My problem is when i try to access the Servlet using Java client >application i got > an exception which says that my server doesn't have a trusted >certificate. But i already > generated a keystore file using "keytool" which works fine if access >is made through > a Web browser. > > I'm using JSSE 1.0.3 for SSL support. > > >thanks in advance > > randie > >___________________________________________________________________________ >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body >of the message "signoff SERVLET-INTEREST". > >Archives: http://archives.java.sun.com/archives/servlet-interest.html >Resources: http://java.sun.com/products/servlet/external-resources.html >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > >___________________________________________________________________________ >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body >of the message "signoff SERVLET-INTEREST". > >Archives: http://archives.java.sun.com/archives/servlet-interest.html >Resources: http://java.sun.com/products/servlet/external-resources.html >LISTSERV Help: http://www.lsoft.com/manuals/user/user.html > > > > > -- Randie V. Ursal Design Engineering Department NEC Telecom Software Philippines, Inc. office : +63(032) 233-9142 (loc.3119) mobile : +63(0917) 467-8244 email : [EMAIL PROTECTED] ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
