【发布时间】:2015-03-29 20:28:49
【问题描述】:
基本信息:
- I hosted my app in IIS7.5
- I created a new "Self-signed certificate" in IIS
- Site Bindings: type: https, port: 443, ip: *
- IIS 6 Management Compatibility -> enabled
- https://localhost:443 -> does not work
- sslFlags - ssl or ssl128 -> does not work
SSL 收到超过最大允许长度的记录。 (错误代码:ssl_error_rx_record_too_long)
当我导航到网页时,我收到 ssl 错误,但是当我将 https 更改为 http 时,我可以正常访问该页面。
谁能告诉我应该如何解决这个问题?
我在这个话题上搜索了一下,但没有一个给出解决方案。 如何使用 https 访问页面?
谢谢
【问题讨论】:
标签: iis ssl https ssl-certificate self-signed