IIS SSL错误“ssl_error_rx_record_too_long” [英] IIS SSL error "ssl_error_rx_record_too_long"

查看:338
本文介绍了IIS SSL错误“ssl_error_rx_record_too_long”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已使用以下SSL命令创建了证书:


makecert -r -pe -nCN = www.yourserver。 com-b 01/01/2000 -e 01/01/2036
-eku 1.3.6.1.5.5.7.3.1 -ss my -sr localMachine -sky exchange -spMicrosoft RSA SChannel加密提供程序 - sy 12


我将其分配到IIS上的网站,但当我尝试访问网站的网址时,我收到:
SSL收到的记录超过了允许的最大长度。



(错误代码:ssl_error_rx_record_too_long)

解决方案



div>

这是IIS服务器上的SSL端口实际上服务纯HTTP的典型标志。



您是否将IIS中的SSL端口指令设置为443?也许这个MS支持文章可能会帮助你: http://support.microsoft.com/kb/324069



注意 - 我投票决定将其迁移到 serverfault.com ,因为它与系统管理相关,而不是与编程相关。


I have created a certificate using the following SSL command:

makecert -r -pe -n "CN=www.yourserver.com" -b 01/01/2000 -e 01/01/2036 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr localMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12

I assigned it to a web site on IIS, but when I try to hit the url of the web site I receive: "SSL received a record that exceeded the maximum permissible length.

(Error code: ssl_error_rx_record_too_long)" when using Firefox.

What is causing it and how to fix it?

解决方案

This is a typical sign that the SSL port on your IIS server is actually serving plain HTTP.

Have you set the SSL port directive in IIS to 443? Perhaps if you can show your IIS config?

Also this MS support article may help you: http://support.microsoft.com/kb/324069.

NOTE - I've voted to migrate this to serverfault.com as it's system-admin related as opposed to programming-related.

这篇关于IIS SSL错误“ssl_error_rx_record_too_long”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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