https://bz.apache.org/bugzilla/show_bug.cgi?id=60450
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Mark Thomas <ma...@apache.org> --- Auto detection is not an option. Tomcat 8.x has a minimum Java requirement of 7 where that feature is not (yet?) available. Tomcat 9 needs to run on any Java 8 version so requiring a minimum point release to support PKCS12 via auto detection is not acceptable. Finally, not everyone uses Oracle's JSSE implementation and we need to support all of those as well. While looking into this I discovered that Tomcat wasn't consistently using the key store type as the default trust store type so this needs fixing too. I've now fixed the inconsistencies in using the key store type as the default, ensured PKCS12 won't be used as the default and updated the docs to make clear how the default is selected. Fixed in: - trunk for 9.0.0.M15 onwards - 8.5.x for 8.5.10 onwards -- 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