IE的SSL问题 [英] SSL issue with IE

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

问题描述

我为客户的Web应用程序购买了两个SSL证书.一个用于Internet域名,另一个用于Intranet.在IIS中安装了两个SSL,一个以www.clinetsite.com命名,另一个以coms命名(这就是我的应用程序在Intranet上的称呼). SSL在Firefox和Crome上运行良好,但在IE中却产生了问题:

如果用户访问www.clientsite.com/Login.aspx,则会将用户带到 https://www.clientsite.com/Login.aspx
该页面出现,但该页面上没有内容,并且IE显示对话框如"此页面同时包含安全和非安全项目?您要显示非安全项目吗?"用户必须单击否"以显示登录名页面正确.

造成这种情况的潜在原因是什么?

我的登录页面没有什么特别的东西,除了ModelPopupExtender控件内部的登录控件.这可能是可能的问题之一,但别无其他.

任何指导表示赞赏.

I bought two SSL certificates for my client''s web application. One for internet domain name and other one for intranet. Two SSL are installed in IIS with one named with www.clinetsite.com and other one named coms (That is what my application is called on intranet). SSL is working fine on Firefox and Crome but in IE it is creating issue :

if user goes to www.clientsite.com/Login.aspx it takes user to https://www.clientsite.com/Login.aspx
the page appear but no content on the page and IE display dialog box like "This page contains both secure and non secure items Do you want to display non secure items ?" User has to click No to display login page properly.

What can be the potential cause of this ?

My login page doesn''t have anything special except login control which is inside the ModelPopupExtender control. This can be one of the possible issue but cannot think of anything else.

Any guidance appreciated.

推荐答案

最后,我解决了这个问题.这不是由于任何外部链接引起的,而是在加载页面时IE通过HTTP请求WebResource.axd和ScriptResource.axd文件,这导致了所谓的不安全项错误.我使用Fiddler找出哪些请求是针对非安全内容的.我将这两个文件添加到安全页面中,现在可以正常使用.
Finally I resolved the issue. It was not due to any external link but while loading the page IE was making request for WebResource.axd and ScriptResource.axd files over HTTP which was resulting in so called non secure item error. I used Fiddler to find out which requests are for non secure contents. I added those two files to secure pages and it is working fine now.


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

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