简体   繁体   English

使用SSL保护与GWT应用程序的连接安全后,不再显示登录面板/表单

[英]Login Panel/Form no more displaying after securing the connection to the GWT application using SSL

I have a GWT module/application deployed in Appache Tomcat and I have secured the connection to the application using SSL (so that one connects to it via https:// instead of http:// as it has been the case so far).So I created CSR (Certificate Signing Request), gave it to the IT guys of my Company who signed it using the company's Root Certifcate and issued me a Certificate chain which I imported to Tomcat keystore. 我在Appache Tomcat中部署了一个GWT模块/应用程序,并且已经使用SSL保护了与该应用程序的连接(因此,到目前为止,这种情况是通过https://而不是http://连接到它)。因此,我创建了CSR(证书签名请求),并将其交给公司的IT人员,后者使用公司的Root Certifcate对其进行签名,并向我颁发了证书链,该证书链已导入到Tomcat密钥库中。 Everything works fine with firefox and Chrome (The connection is secured). 在Firefox和Chrome上一切正常(连接已固定)。 But I have a problem with IE11. 但是我对IE11有问题。 Although the connection is also secured in IE11, there is a Login Panel/Form on the first page which is not displayed. 尽管在IE11中也确保了连接的安全,但是首页上没有显示登录面板/表单。 Before we decided to secure the connection to the application, the login form was there and everything was working fine. 在我们决定保护与应用程序的连接之前,已经存在登录表单,并且一切正常。

When I go to Developer Tools -> DOM Explorer of IE, I see that there is indeed a login form (username/password field and submit button) as you can see on the picture below : 当我转到IE的Developer Tools-> DOM Explorer时,我看到确实存在一个登录表单(用户名/密码字段和Submit按钮),如下图所示:

在此处输入图片说明

I am just wondering was is the problem hier and I would appreciate any help because i am stuck. 我只是想知道这是问题的根源,我将不胜感激,因为我被困住了。

Thanks in Advance! 提前致谢!

After an investigatation , I found out that the problem with the login form not displaying in IE had to do with the settings for compatibility mode for Internet Explorer in the Development Tools. 经过调查,我发现登录表单未在IE中显示的问题与开发工具中Internet Explorer兼容模式的设置有关。 So I changed the Document Mode from 7(Standard) to 11 as follows : 因此,我将文档模式从7(标准)更改为11,如下所示:

    -> Press F12
    -> From the Document Mode List Box ,select 11
       Note : 7(standard) was selected instead as default.
    -> Refresh the browser and problem Solved.

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM