SYMPTOMS
SSL Warning 'The page at https://HOSTNAME/legalreviewweb displayed insecure content from " http://download.microsoft.com/download/5/1/6/5165823D-1D79-4871-8AC2-42DDDB94A5C2/PNGs/SLMedallion_ENU.png." when accessing Legal Review via HTTPS appears in the browsers Web Developer console.
CAUSE
The Microsoft Silverlight framework loads this content (SLMedallion_ENU.png,) from the Microsoft website via HTTP.
RESOLUTION
The following steps should result in the warning message not being displayed:
- Place the SLMedallion_ENU.png (attached) in the wwwroot
- Make a back up of Index.aspx (found in "C:\Program Files (x86)\ZyLAB\EDiscovery\LegalReview\Review_web\Views\Home\Index.aspx")
- Modify the file by changing the following settings:
FROM:
<a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50826.0" style="text-decoration: none">
<img src="http://go.microsoft.com/fwlink/?LinkId=161376" alt="Get Microsoft Silverlight" style="border-style: none" />
TO:
<a href="https://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50826.0" style="text-decoration: none">
<img src="SLMedallion_ENU.png" alt="Get Microsoft Silverlight" style="border-style: none" />
- Save the changes
APPLIES TO
Comments
0 comments
Article is closed for comments.