How does this affect modules? I see the modules 
documentation<https://developers.google.com/appengine/docs/python/modules/> 
says 
they can be accessed by 
 http[s]://mobile-frontend.simple-sample.appspot.com for example. However 
if I access a module with https I get an invalid certificate error. 

Am I missing something or is there an error with the documentation? I have 
created 
issue https://code.google.com/p/googleappengine/issues/detail?id=9752 just 
in case there is.


On Thursday, January 10, 2013 11:47:15 PM UTC, Christina Ilvento wrote:
>
> *Hi All,*
> *
> *
> *As part of our continued commitment to security and a standard platform, 
> Google App Engine will soon stop publishing double wildcard SSL 
> certificates for *.*.appspot.com, (e.g., 
> https://version.application.appspot.com <https://foo.bar.appspot.com/> or 
> https://www.application.appspot.com<https://www.version.application.appspot.com/>).
>  
> This change will take effect no later than April, 2013. Please note that 
> this only affects applications serving from appspot.com, and that any 
> applications serving from custom domains will continue using their existing 
> certificates. Furthermore, this only affects HTTPS access to your 
> application and non-secure HTTP traffic will not be affected.
>
> If you rely on HTTPS access to such URLs for your application, please 
> change any application logic to use "-dot-" instead of ".". For example, to 
> access version "1" of application "myapp" use "
> https://1-dot-myapp.appspot.com<https://1-dot-funwithcertificates.appspot.com/>"
>  
> instead of "https://1.myapp.appspot.com";. 
>
> Developers for applications using this pattern as of 1/7/2013 have already 
> received a notification email with instructions for identifying this 
> pattern in their application.
>
> Based on our analysis, fewer than 2,000 App Engine applications are 
> currently using double wildcard SSL certificates on appspot.com and the 
> majority of them are using the pattern of https://www.appid.appspot.com, 
> which can safely be replaced with https://appid.appspot.com.
>
> Thank you for your continued support of App Engine. If you have any 
> questions or concerns about these changes, please feel free to email us at 
> [email protected] <javascript:>with 
> your application-id and we'll be happy to assist you.
>
>
> Regards,
> Christina Ilvento on behalf of the Google App Engine Team
> *
>
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to