Forum Discussion
IE Mode "Not Secure" on some parts of intranet site
Kelly_Y
We have the same issue. Our web application (silverlight based) runs fine on IE. When we run it on Edge (in IE mode), the address bar always shows Not Secure (and no reason is provided if I drill into that). The application still works fine. NOTE that the url in my case is a valid production endpoint with a valid server certificate that's returned (zone shown is: internet)
When running on IE, and checking into devtools > console, I see this (that seems to be a link to the silverlight install image )
SEC7111: HTTPS security is compromised by http://go.microsoft.com/fwlink/?LinkId=161376
sundarpn lmagoni Hello! I'm not sure if you folks are experiencing the same thing but it could be related to how the browser reacts when "Passive Mixed content" (HTTP-served images, for example) appears within a secure, HTTPS-served page.
- In IE11, the non-secure image reference simply hides the lock icon from the address bar.
- In IE Mode in Edge, the non-secure image reference triggers the "Not Secure" text (rather than hiding the lock icon.)
Do you have HTTP content on your pages?
-Kelly
- andrewemorganSep 23, 2021Copper Contributor
If you are running a Silverlight app in Edge IE mode, make sure the http: references on your home page are changed to https:. The default links to the Silverlight support pages are http: