【问题标题】:Why does firefox say "connection partially encrypted" on this page?为什么Firefox在此页面上说“连接部分加密”?
【发布时间】:2010-09-17 16:02:56
【问题描述】:

这是页面:

https://www.testmasters.net/test/ssltest2.aspx

当我访问它时(在 Firefox 或 chrome 中),它显示“连接部分加密”。但据我所知,所有对对象的引用都是 https 而不是 http。

奇怪的是,如果您删除了RequiredFieldValidator,页面就可以正常工作。这是源代码(ASP.NET 3.5):

<%@ Page Language="C#" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title>SSL Test</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        SSL Test #1
        <asp:TextBox runat='server' ID='textDude' />
        <asp:RequiredFieldValidator runat='server' ID='requiredDude' ControlToValidate='textDude'
            Display='Dynamic' />
    </div>
    </form>
</body>
</html>

【问题讨论】:

    标签: asp.net html firefox ssl google-chrome


    【解决方案1】:

    我回答了我自己的问题。 WebResource.axd 不仅通过 http 而不是 https。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-07-27
      • 1970-01-01
      • 2012-08-12
      • 1970-01-01
      • 1970-01-01
      • 2016-09-18
      • 2014-03-02
      • 1970-01-01
      相关资源
      最近更新 更多