DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41051>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41051 ------- Additional Comments From [EMAIL PROTECTED] 2006-11-28 22:00 ------- OK, so the important part you left out of the original bug report was the keystore type. Using a JCEKS keystore I did replicate the issue. For some reason still unknown to me JSSE isn't tolerant of mismatched case in the alias name when using a JCEKS keystore (with plain old JKS seems it doesn't give a whit about case). The aliases in a JCEKS keystore are downcased internally just like in a JKS keystore, which is why changing your keyAlias to all lower case makes the problem go away (try a 'keygen -list -v' on your keystore and you'll see the alias name all lower case). I'm attaching patches for 5.0.x and 5.5.x that downcase the incoming alias name in the JSSEKeyManager constructor. This eliminates the issue in my testing. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]