https://issues.apache.org/bugzilla/show_bug.cgi?id=50872
Clive Nicholson <clive.nichol...@brent.gov.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #4 from Clive Nicholson <clive.nichol...@brent.gov.uk> 2011-03-28 07:41:20 EDT --- Sorry to re-open this call but after enabling SSL debugging it appears that Tomcat only ever uses the key store specified (if any) in the first SSL connection. Once the key store has initially been set, setting the 'javax.net.ssl.keyStore' and the 'javax.net.ssl.keyStorePassword' system properties in web applications does not affect the key store that is used even though the system properties appear to have been changed (i.e printing out the Java system properties shows the amended values but certificates in these key stores are not found). Is it recommended to add parameters similar to the ones below to the Tomcat startup to define the default keystore or should Tomcat be recognising the change to the Java system properties? -Djavax.net.ssl.keyStore=*********** -Djavax.net.ssl.keyStorePassword=********** -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org