“Connection Partially Encrypted” warning
Posted: 14 August 2009 02:52 PM   [ Ignore ]
Newbie
Rank
Total Posts:  23
Joined  2009-03-10

As far as I can tell all our content is being served over https (except Google Map related files).

We have some users who cannot login to the unsecure version of our site from work, so I am curious to know whether the above issue is something we need to address before we transition them to our production server.

Profile
 
 
Posted: 17 August 2009 08:30 AM   [ Ignore ]   [ # 1 ]
Administrator
RankRankRankRank
Total Posts:  249
Joined  2008-12-18

It all depends on how you’re referencing assets (images, stylesheets, etc) in your application. If you’re using relative URLs then you should be okay, but using absolute URLs without specifying https can be problematic. It may turn out to be your Google Maps key, which can support https. Let us know what you’re seeing and we’ll be glad to offer some assistance.

Profile
 
 
Posted: 19 August 2009 10:20 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  23
Joined  2009-03-10

Do we need to purchase our own Google Premier account? (http://code.google.com/apis/maps/faq.html#ssl)

Profile