[google-appengine] Re: HTTPS pages with some unencrypted information

2009-03-06 Thread David Wilson

2009/3/6 OliWeiD oliver.weimar.dr...@googlemail.com:

 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?

Firefox: right click the document background, choose View Page Info,
and choose the Media tab.  I think this shows everything except for
scripts, which you can install Firebug (and enable the Net panel) in
order to view.


 Or a list of hints to check?

 Thanks in advance

 Oliver W-D
 




-- 
It is better to be wrong than to be vague.
  — Freeman Dyson

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: HTTPS pages with some unencrypted information

2009-03-06 Thread bd_



On Mar 6, 1:22 am, OliWeiD oliver.weimar.dr...@googlemail.com 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: HTTPS pages with some unencrypted information

2009-03-06 Thread OliWeiD

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_ bdon...@gmail.com wrote:
 On Mar 6, 1:22 am, OliWeiD oliver.weimar.dr...@googlemail.com 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 google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---