0

I manually modified a Shindig App's XML file so that it would grab resources from https://<my url> rather than http://<my url>.

When I navigate over SSL to my page where the Shindig App lives, I get the "Do you want to view only the webpage content that was delivered securely?"

When I click No, I see the App render as "The webpage cannot be found."

However, I can navigate to the Shindig App's XML file.

Please advise.

Kevin Meredith
  • 41,036
  • 63
  • 209
  • 384

1 Answers1

1

open a fiddler, and watch all the requests. files of: js, css, html, images, ALL of these must be served via https for this warning to go away. i imagine right now the html is being served https but everything else is still being included as regular http.

Dustin Getz
  • 21,282
  • 15
  • 82
  • 131