Scheduled tasks not working for ColdFusion 11 when using https

Scheduled tasks do not work in my environment for ColdFusion 11 when using https. I have a simple test page that just emails hourly. Exactly the same task works fine for http, but not for https. Even after completing the task manually from the CF11 admin console, http works as expected, https not. I am running CF11, apache-tomcat-7.0.56 and jdk1.7.0_45.

Any ideas?

+4
source share
1 answer

, , SSL. googled " ColdFusion 11 ssl certificate import", : " ColdFusion". .

, , :

  • ColdFusion.
  • {cf_installdirectory}/jre/lib/security
  • (keytool -import -trustcacerts -keystore cacerts -storepass changeit -noprompt -alias anyalias )
  • , , .
  • coldfusion.

( , Thought Asylum, Qaru , www-friendly, ).

+2

All Articles