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 @@
<fix>
<bug>38154</bug>: Avoid NPE in FileDirContext after webapp undeploy,
reported by Jamie Maher. (yoavs)
</fix>
+ <fix>
+ <bug>38217</bug>: Added cautionary note about keystore password to SSL
HowTo, as suggested by Ralf Hauser. (yoavs)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
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 @@
<p>If everything was successful, you now have a keystore file with a
Certificate that can be used by your server.</p>
+<p><strong>Note:</strong> your private key password and keystore password
+should be the same. If they differ, you will get an error along the lines
+of <code>java.io.IOException: Cannot recover key</code>, as documented in
+<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=38217">Bugzilla
issue 38217</a>,
+which contains further references for this issue.</p>
+
</subsection>
<subsection name="Edit the Tomcat Configuration File">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]