As my pages are still very simple, there was no media tab within Tools- >page info, but some maybe-useful stuff in the page info, thanks for the hint. Also working with the firebug hasn't found me the error.
I even had a file without javascript, where I had the issue. And within the comparison with pages without that issue I found it: the css file and the javascript file are coming from a static directory, after a secure: always into the app.yaml the error has vanished. thanks for the hints nevertheless, I've learnd more about firefox today ;-) On 6 Mrz., 09:08, bd_ <[email protected]> wrote: > On Mar 6, 1:22 am, OliWeiD <[email protected]> wrote: > > > Hi, > > > I have setup some pages in app.yaml with secure: always and some few > > are getting the following warn message in e.g. Firefox (IE7 is > > similar): > > You have requested an encrypted page that contains some unencrypted > > information. Information that you see or enter on this page could > > easily be read by a third party. > > > Is there a plug in or something to identify, which elements are > > unencrypted? > > Or a list of hints to check? > > Tools->page info->media > Look for anything not coming through https. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
