Quantcast
Viewing all articles
Browse latest Browse all 100

Updating ColdFusion 9 For TLS 1.2 Usage

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:

https://stackoverflow.com/questions/50767125/server-and-jre-are-set-to-tls-1-2-but-coldfusion-9-still-trying-to-use-tls-1-0?noredirect=1&lq=1

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.


Viewing all articles
Browse latest Browse all 100

Trending Articles