The certificate that you generate ... is your certificate generation application associating the host name and the certificate ? Lets say the host tomcat is running on is my.webserver.com .... then is your certificate generating app associating this with the certificate its generating ?
Thanks.
On Friday, March 14, 2003, at 03:19 AM, Mark Liu wrote:
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 ?className="org.apache.coyote.tomcat4.CoyoteConnector"
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<Connector
className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"port="8443" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="100" debug="0" scheme="https" secure="true" useURIValidationHack="false" disableUploadTimeout="true"> <Factory
webhosting.yahoo.com<cert4ca.cer>--------------------------------------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 aself-signedcertificate and run Tomcat with SSL.my
I want to use a certificate that is generated bylittle Java program which is part of myCertificationAuthority.keystore
So I have my little Java program generate a X509 Certificate called cert4ca.cer.
Then I deletee the tomcat certificate in myand successfully imported cert4ca.cer into mykeystoreas alias tomcat. See the attached filecert4ca.cer.http://localhost,It's a valid one, otherwise, I would not have been able to import it into my keystore.
After I launch tomcat, I can visitbut not https://localhost.I
However, I am able to visit both http and https ifuse the certificate generated by keytool.the
So, would you please give me a hint, how can I usecertificate generated by my little Java program toruntomcat with SSL?online
Thanks a lot in advance.
__________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - establish your businesshttp://
---------------------------------------------------------------------
[EMAIL PROTECTED]------------------------------- To unsubscribe, e-mail: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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
