How to add TLS 1.2 in cfhttp tag in ColdFusion 10
问题 I am using ColdFusion 10. How can I specify my connection is TLS 1.1, TLS 1.0, etc. Can I use the cfhttp tag? How to add TLS 1.2 in cfhttp tag using ColdFusion? 回答1: ColdFusion 10 will handle the TLS 1.2 protocol using CFHTTP without any issues as long as you are running Coldfusion on Java 1.8.0_nn. You need to upgrade your Java version. Also see this article I wrote on which SSL/TLS protocols are usable for each ColdFusion/Java version combinations. https://www.trunkful.com/index.cfm/2014/12