Dear all, I am developing a web application by using tomcat 4.0.3 / 4.1.2 . It is fine so far until I want to implement SSL . SSL is ok when running with self-signed cert which is generated by command "keytool -genkey -alias tomcat -keyalg RSA" . SSL doesn't work when running keytool -import -alias tomcat -keystore <your_keystore_filename> -trustcacerts -file <your_certificate_filename> . Any suggestion ? I am running my application in a internal LAN environment.
mindterm __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
