Daniel Mejia
10/07/2024, 4:44 PMwebsolete
10/07/2024, 4:56 PMwebsolete
10/07/2024, 4:56 PMwebsolete
10/07/2024, 4:56 PMDaniel Mejia
10/07/2024, 4:57 PMunable to find valid certification path to requested target
websolete
10/07/2024, 4:57 PMDaniel Mejia
10/07/2024, 5:00 PMDaniel Mejia
10/07/2024, 5:06 PMwebsolete
10/07/2024, 5:08 PMwebsolete
10/07/2024, 5:08 PMDaniel Mejia
10/07/2024, 5:09 PMwebsolete
10/07/2024, 5:09 PMwebsolete
10/07/2024, 5:11 PMbkbk
10/07/2024, 6:01 PMkeytool
tool, is good. For example, to import a certificate in ColdFusion on Windows you would have done something like:
keytool -import -v -alias myServerCert -file myServerCertFile.cer -keystore {HOME_DIR_OF_JAVA_ON_WHICH_CF_RUNS}\lib\security\cacerts -storepass changeit
(2) if SSLLABS told you that your server uses TLS 1.x, then add the following flags to java.args in ColdFusion's _jvm.config_:
-Djdk.tls.client.protocols=TLSv1.2,TLSv1.3 -Dhttps.protocols=TLSv1.2,TLSv1.3
Daniel Mejia
10/07/2024, 6:01 PMs1deburn
10/07/2024, 6:05 PMDaniel Mejia
10/07/2024, 6:06 PMs1deburn
10/07/2024, 6:07 PMDaniel Mejia
10/07/2024, 6:08 PMs1deburn
10/07/2024, 6:08 PMDaniel Mejia
10/07/2024, 6:09 PMs1deburn
10/07/2024, 6:09 PMs1deburn
10/07/2024, 6:10 PMs1deburn
10/07/2024, 6:11 PM