Hello, thank you very much for your reply. I think server.xml is irrelevant to my problem, since I am able to run Tomcat SSL using the certificate that is generated by keytool.
--- Mufaddal Khumri <[EMAIL PROTECTED]> wrote: > Have you edited your server.xml ? > > <!-- Define a SSL Coyote HTTP/1.1 Connector on > port 8443 --> > > <Connector > className="org.apache.coyote.tomcat4.CoyoteConnector" > port="8443" minProcessors="5" > maxProcessors="75" > enableLookups="true" > acceptCount="100" debug="0" scheme="https" > secure="true" > useURIValidationHack="false" > disableUploadTimeout="true"> > <Factory > className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory" > clientAuth="false" protocol="TLS" /> > </Connector> > > On Thursday, March 13, 2003, at 11:09 AM, Mark Liu > wrote: > > > I know how to use keytool to generate a > self-signed > > certificate and run Tomcat with SSL. > > > > I want to use a certificate that is generated by > my > > little Java program which is part of my > Certification > > Authority. > > > > So I have my little Java program generate a X509 > > Certificate called cert4ca.cer. > > > > Then I deletee the tomcat certificate in my > keystore > > and successfully imported cert4ca.cer into my > keystore > > as alias tomcat. See the attached file > cert4ca.cer. > > It's a valid one, otherwise, I would not have been > > able to import it into my keystore. > > > > After I launch tomcat, I can visit > http://localhost, > > but not https://localhost. > > > > However, I am able to visit both http and https if > I > > use the certificate generated by keytool. > > > > So, would you please give me a hint, how can I use > the > > certificate generated by my little Java program to > run > > tomcat with SSL? > > > > Thanks a lot in advance. > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Web Hosting - establish your business > online > > http:// > > > webhosting.yahoo.com<cert4ca.cer>-------------------------------------- > > > ------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
