coldfusion - coldfusion 10 的 cfhttp 是否仅支持最高 TLS 1.0?

标签 coldfusion coldfusion-10

coldfusion 10 的 cfhttp 是否最多只支持 tls 1.0?

当我在网络服务器中禁用 tls 1.0 时只允许 1.1 和更高版本它似乎打破了计划任务。

带有 JRE 1.6 的 CF 10

最佳答案

问题出在您使用的 Java 版本上,而不是 CF10。

TLS 1.1 仅在 CF10 上的 Java 1.8 中受支持(奇怪的是,在 CF11 中支持 1.7 及更高版本)

将此 Adob​​e 博客作为更新 Java 的入门指南。

http://blogs.coldfusion.com/post.cfm/how-to-change-upgrade-jdk-version-of-coldfusion-server

  1. Using ColdFusion administrator console.

    • Download the latest minor version of the supported JDK or Server JRE.
    • Install the JDK or Server JRE.
    • Navigate to ColdFusion Administrator > Server Settings > Java and JVM section.
    • Browse the path to the JDK or Server JRE from the “Java Virtual Machine Path” textbox which you intended to use with ColdFusion.
    • Click “Submit Changes”. Restart the ColdFusion Application service.
  2. By changing the JDK or Server JRE path from the jvm.config file.

    • Download the latest minor version of the supported JDK or Server JRE.
    • Install the JDK or Server JRE.
    • Open jvm.config file located at \cfusion\bin.
    • Change the value of java.home to the JDK or Server JRE path. [For example: C:\Program Files\Java\jdk1.8.0_25\jre or C:/Program Files/Java/jdk1.8.0_25/jre]
    • Save the changes to the jvm.config file.
    • Restart the ColdFusion Application service.

如果要在 CF10 上安装 Java 1.8,则需要 Update 14 及更高版本

关于coldfusion - coldfusion 10 的 cfhttp 是否仅支持最高 TLS 1.0?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37046087/

相关文章:

sql - 回滚后提交事务

coldfusion - 新的 ColdFusion 10 服务器实例无法启动

java - Coldfusion 元空间 null

string - Coldfusion - 您可以将字符串视为没有分隔符的列表吗?

pdf - 如何强制下载 url 中的 pdf?

javascript - 相同的 cookie,ColdFusion 和 JavaScript 之间的值不同

ColdFusion 更新 - 累积?

coldfusion - 使用 REFind 查找字符串中的多次出现

coldfusion - 找不到自定义标签的CFML模板

struct - ColdFusion 中 cfcatch 的类型