Mark,

On 21.1.2014 9:55, Mark Thomas wrote:
Why would this even work at all?

Hard to say without seeing your server.xml. I could only guess: you
misspelled "keyAlias" attribute name, so Tomcat just reads first key in

the keystore.

It would be worth checking if the keyAlias atribute had any effect at all if 
there is only one key in the key store.

Checked, it does have effect. With just one key aliased "tomcat" in keystore, and attribute keyAlias="foo" on connector, Tomcat throws exception:

java.io.IOException: Alias name foo does not identify a key entry

-Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to