FAHEEM MALIK
06/14/2024, 10:39 AM_“”ERROR”,“Thread-5516974”,“06/14/2024",“110200”,“schedule task:TURC process_continuous_campaigns_steps_for_today”,“*PKIX path building failed*: sun.security.provider.certpath.SunCertPathBuilderException: *unable to find valid certification path to requested target*;PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target;javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target”_I am getting this error while running the schedular task from Lucee Server.
aliaspooryorik
FAHEEM MALIK
06/14/2024, 10:47 AMhttps://
aliaspooryorik
aliaspooryorik
FAHEEM MALIK
06/14/2024, 10:52 AMSSLCertificateInstall( host=string_, port=number_ );
?aliaspooryorik
FAHEEM MALIK
06/14/2024, 11:05 AMsslCertificateInstall( domain );
aliaspooryorik
FAHEEM MALIK
06/14/2024, 11:08 AMWhere should i add this code? sslCertificateInstall( domain );
aliaspooryorik
aliaspooryorik
aliaspooryorik
FAHEEM MALIK
06/14/2024, 11:14 AMaliaspooryorik
FAHEEM MALIK
06/14/2024, 11:30 AMRyan Albrecht
06/14/2024, 2:11 PMkeytool.exe
found in {cfroot}/jvm/bin
and run the following commandRyan Albrecht
06/14/2024, 2:12 PMkeytool.exe -importcert -file certificate.cer -keystore "pathto/cacerts" -alias "Alias"
FAHEEM MALIK
06/14/2024, 3:11 PMkeytool.exe
is not getting open in {cfroot}/jvm/bin
Ryan Albrecht
06/14/2024, 3:55 PMC:\ColdFusion2021\jre\bin\keytool.exe
Ryan Albrecht
06/14/2024, 3:56 PMC:\ColdFusion2021\jre\lib\security\cacerts
FAHEEM MALIK
06/14/2024, 3:58 PMRyan Albrecht
06/14/2024, 3:58 PMFAHEEM MALIK
06/14/2024, 3:59 PMRyan Albrecht
06/14/2024, 3:59 PMRyan Albrecht
06/14/2024, 3:59 PMRyan Albrecht
06/14/2024, 3:59 PMFAHEEM MALIK
06/14/2024, 4:00 PMRyan Albrecht
06/14/2024, 4:01 PMcd
into the same directory as keytoolRyan Albrecht
06/14/2024, 4:02 PM.\keytool.exe -help
Ryan Albrecht
06/14/2024, 4:03 PMRyan Albrecht
06/14/2024, 4:03 PMFAHEEM MALIK
06/14/2024, 4:04 PMFAHEEM MALIK
06/14/2024, 4:05 PMFAHEEM MALIK
06/14/2024, 4:05 PMRyan Albrecht
06/14/2024, 4:06 PMFAHEEM MALIK
06/14/2024, 4:06 PM