Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ssl 安全连接失败-ColdFusion 2018_Ssl_Https_Coldfusion - Fatal编程技术网

Ssl 安全连接失败-ColdFusion 2018

Ssl 安全连接失败-ColdFusion 2018,ssl,https,coldfusion,Ssl,Https,Coldfusion,我的电脑上安装了ColdFusion 2018。最近我做了一些更改,无法访问我的服务器文件。如果我输入https://127.0.0.1:8500/cfm/welcome.cfm在浏览器url中,屏幕上显示此错误: Secure Connection Failed An error occurred during a connection to 127.0.0.1:8500. SSL received a record that exceeded the maximum permissible

我的电脑上安装了ColdFusion 2018。最近我做了一些更改,无法访问我的服务器文件。如果我输入
https://127.0.0.1:8500/cfm/welcome.cfm
在浏览器url中,屏幕上显示此错误:

Secure Connection Failed

An error occurred during a connection to 127.0.0.1:8500. SSL received a record that exceeded the maximum permissible length.

Error code: SSL_ERROR_RX_RECORD_TOO_LONG
我不确定是什么导致了这个错误。我不应该在本地服务器上安装
https
,因为我没有安装证书。出于某种原因,它总是将
https
放在我的url地址中。如果您知道这是什么原因,请告诉我。

对我来说,修复是暂时禁用TLS1.3

您可以这样做:

写入地址栏:about:config

  • 搜索:security.tls.version.max
  • 将值从4更改为3
  • 点击ok,你就可以开始了
  • 被破坏的网站应该立即开始工作
4代表TLS 1.3,3代表TLS 1.2

对我来说,修复是暂时禁用TLS1.3

您可以这样做:

写入地址栏:about:config

  • 搜索:security.tls.version.max
  • 将值从4更改为3
  • 点击ok,你就可以开始了
  • 被破坏的网站应该立即开始工作
4代表TLS 1.3,3代表TLS 1.2