We are using ColdFusion 9.0.1 with jdk 1.7.0_75 version. We have to use TLS 1.2 in our systems.
We have tried:
- Added -Dhttps.protocols=TLSv1.2 line to JRun4 > bin > jmv.config file.
- Installed jdk1.8.0_172 – jdk1.8.0_221 versions and changed JRun4 > bin > jmv.config > java.home path. After that when i want to open web page, opens empty page. It is empty between body tags. There is no error. I have read an article linked below, i can use ColdFusion 9 with Java 8 without problem.
Here is the Stackoverflow link:
Infact, question is simple.
How can we use ColdFusion 9 with TLS 1.2?
My OS Windows 2008 Server R2, running on Vmware and JRE 8 installed already.
Thanks for you replies.
The post Updating ColdFusion 9 For TLS 1.2 Usage appeared first on ColdFusion.