0

We are trying to render the Amazon QuickSight dashboard in the iframe. We have created the embedded URL and rendered them in the iframe. The dashboard is being rendered in all browser except IE. I am using using IE 11.

enter image description here

Is there any way to fix this issue?

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Vamsi
  • 423
  • 1
  • 5
  • 19

1 Answers1

0

Looks like you are trying to load mixed type of contents causing this issue in IE browser.

Your main page is using HTTPS protocol where some other contents using res://. If possible for you than you can try to use HTTPS for all the contents.

You can try to enable Display mixed content option in

IE options -> Security tab -> Custom level -> Display mixed content

enter image description here

It may help to solve this error.

References:

(1) HTTPS security is compromised error. How to fix?

(2) Handling Mixed (HTTPS/HTTPS) Content

Deepak-MSFT
  • 10,379
  • 1
  • 12
  • 19