Author: yoavs Date: Thu Apr 13 12:00:20 2006 New Revision: 393890 URL: http://svn.apache.org/viewcvs?rev=393890&view=rev Log: Bugzilla 38217: http://issues.apache.org/bugzilla/show_bug.cgi?id=38217 Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=393890&r1=393889&r2=393890&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Thu Apr 13 12:00:20 2006 @@ -68,6 +68,9 @@ 38154: Avoid NPE in FileDirContext after webapp undeploy, reported by Jamie Maher. (yoavs) + + 38217: Added cautionary note about keystore password to SSL HowTo, as suggested by Ralf Hauser. (yoavs) + Modified: tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml?rev=393890&r1=393889&r2=393890&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/ssl-howto.xml Thu Apr 13 12:00:20 2006 @@ -277,6 +277,12 @@

If everything was successful, you now have a keystore file with a Certificate that can be used by your server.

+

Note: your private key password and keystore password +should be the same. If they differ, you will get an error along the lines +of java.io.IOException: Cannot recover key, as documented in +Bugzilla issue 38217, +which contains further references for this issue.

+
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org