Coldfusion 10 的 cfhttp 是否仅支持 TLS 1.0? [英] Does cfhttp for coldfusion 10 only supports up to TLS 1.0?

查看:20
本文介绍了Coldfusion 10 的 cfhttp 是否仅支持 TLS 1.0?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

coldfusion 10 的 cfhttp 是否仅支持 tls 1.0?

当我在 web 服务器中禁用 tls 1.0 时,只允许 1.1 及更高版本,它似乎会破坏计划任务.

CF 10 和 JRE 1.6

解决方案

问题出在你使用的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. 使用 ColdFusion 管理员控制台.

    • 下载受支持的 JDK 或服务器 JRE 的最新次要版本.
    • 安装 JDK 或服务器 JRE.
    • 导航到 ColdFusion 管理员 > 服务器设置 >Java 和 JVM 部分.
    • 浏览 JDK 或 Server JRE 的路径您打算使用的Java 虚拟机路径"文本框冷融合.
    • 点击提交更改".重新启动 ColdFusion 应用程序服务.
  2. 通过从 jvm.config 文件更改 JDK 或服务器 JRE 路径.

    • 下载支持的 JDK 或 Server JRE 的最新次要版本.
    • 安装 JDK 或服务器 JRE.
    • 打开 jvm.config 文件位于cfusionin.
    • 将 java.home 的值更改为JDK 或服务器 JRE 路径.[例如:C:程序FilesJavajdk1.8.0_25jre 或 C:/Program文件/Java/jdk1.8.0_25/jre]
    • 保存对 jvm.config 文件的更改.
    • 重新启动 ColdFusion 应用程序服务.

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

Does cfhttp for coldfusion 10 only supports up to tls 1.0?

When I disable tls 1.0 in the web server only allowed 1.1 and higher it seems to break the scheduled tasks.

CF 10 with JRE 1.6

解决方案

The problem is with the Java version you are using, not CF10.

TLS 1.1 is only supported in Java 1.8 on CF10 (Oddly 1.7 and above in CF11)

See this Adobe Blog as a starting guide to updating your 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 cfusionin.
    • Change the value of java.home to the JDK or Server JRE path. [For example: C:Program FilesJavajdk1.8.0_25jre or C:/Program Files/Java/jdk1.8.0_25/jre]
    • Save the changes to the jvm.config file.
    • Restart the ColdFusion Application service.

You will require Update 14 and above if you want to install Java 1.8 on CF10

这篇关于Coldfusion 10 的 cfhttp 是否仅支持 TLS 1.0?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆