keytool & importing new certificates / missing chains for Java
Everyonce in a while new root certificates come out that ain't trusted by your server.
JRun4\jre\bin\keytool -import -keystore \JRun4\jre\lib\security\cacerts -file \somenewcertificate.crt
See these links also for the issues these caused with ColdFusion
https://docs.google.com/document/d/12Ef1SwddMh0oO11TS3lt5E8VGiVCsdI8WmYn8qQLW4c/edit#
https://bugbase.adobe.com/index.cfm?event=bug&id=3041494
Remember also if using Coldfusion with a different JVM version, the cacerts is in the JVM version!
JRun4\jre\bin\keytool -import -keystore \JRun4\jre\lib\security\cacerts -file \somenewcertificate.crt
See these links also for the issues these caused with ColdFusion
https://docs.google.com/document/d/12Ef1SwddMh0oO11TS3lt5E8VGiVCsdI8WmYn8qQLW4c/edit#
https://bugbase.adobe.com/index.cfm?event=bug&id=3041494
Remember also if using Coldfusion with a different JVM version, the cacerts is in the JVM version!
Comments
Post a Comment