Ran into another problem using SSL and Tomcat: I\'ve configured a keystore which contains a key and a certificate (the server certificate I wish to present to the clients co
Your configuration should work correctly.
Tomcat's how-to explains the steps to take in order to have a proper JKS.
Make sure you have imported the Certificate to the jks, with the appropriate alias (testKey)