[google-appengine] Re: Serve ssl requests on both custom domain and appspot.com

2015-06-04 Thread Kehinde Ayanniyi
Thanks.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/59e56cd1-2ab5-424f-ac75-5b5aa7314def%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Serve ssl requests on both custom domain and appspot.com

2015-06-03 Thread Nick
This works fine. Note that they're considered separate domains by the 
browser, so cookies won't be shared, and you'll need to use relative urls 
to prevent CORS issues.

On Wednesday, June 3, 2015 at 7:18:07 AM UTC+10, Kehinde Ayanniyi wrote:

 Am planning to develop an app that is free to the end users. The little 
 cost of running the server will be taken care of by me, so cost saving is 
 important in this context. 

 The app requires that users access via SSL/TLS, so I will be using google 
 apps for domain to setup an SSL custom domain. 
 Because of limited budget, using VIP with the SSL certificate is out of 
 the option, so am left with using SNI which I guess is free for the first 5 
 slots. Ofcourse, the down-side of using SNI SSL is that old platforms like 
 IE on XP and Android 2.X.X will have issues with my app. As a work around 
 to this SNI limitation, I consider to detect and redirect users on old 
 platform where SNI will fail to the https://myapp.appspot.com instead of 
 the default https://myapp.com 

 So I will like to know whether after I set up custom domain with SSL for 
 my GAE app, will I still be able to use https://myapp.appspot.com to 
 access my app and at the same time still have the https://myapp.com 
 working correctly.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/abfe1069-4c60-4a4b-a793-b1cf24dc3a6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Serve ssl requests on both custom domain and appspot.com

2015-06-03 Thread Patrice (Cloud Platform Support)
Hi Kehinde,

Great question, I haven't tested that myself to be fair, so I'm not 100% 
sure, but I don't see why it wouldn't work.

I assume you will redirect from the generic handler, check the user agent 
to see what is being used, and redirect? Or simply provide both links?

Cheers

On Tuesday, June 2, 2015 at 5:18:07 PM UTC-4, Kehinde Ayanniyi wrote:

 Am planning to develop an app that is free to the end users. The little 
 cost of running the server will be taken care of by me, so cost saving is 
 important in this context. 

 The app requires that users access via SSL/TLS, so I will be using google 
 apps for domain to setup an SSL custom domain. 
 Because of limited budget, using VIP with the SSL certificate is out of 
 the option, so am left with using SNI which I guess is free for the first 5 
 slots. Ofcourse, the down-side of using SNI SSL is that old platforms like 
 IE on XP and Android 2.X.X will have issues with my app. As a work around 
 to this SNI limitation, I consider to detect and redirect users on old 
 platform where SNI will fail to the https://myapp.appspot.com instead of 
 the default https://myapp.com 

 So I will like to know whether after I set up custom domain with SSL for 
 my GAE app, will I still be able to use https://myapp.appspot.com to 
 access my app and at the same time still have the https://myapp.com 
 working correctly.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1ec5558d-994f-4a27-91b9-829c8337f50f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: serve ssl requests on both custom domain and appspot.com

2015-06-02 Thread Jason Collins
Yes, the existing https://myapp.appspot.com will continue to work after you 
set up SNI (or VIP) SSL on a custom domain.


On Tuesday, 2 June 2015 07:27:43 UTC-7, Kehinde Ayanniyi wrote:

 Am planning to develop an app that is free to the end users. The little 
 cost of running the server will be taken care of by me, so cost saving is 
 important in this context. 

  The app requires that users access via SSL/TLS, so I will be using google 
 apps for domain to setup an SSL custom domain. Because of limited budget, 
 using VIP with the SSL certificate is out of the option, so am left with 
 using SNI which I guess is free for the first 5 slots. Ofcourse the 
 down-side of using SNI SSL is that old platforms like IE on XP and Android 
 2.X.X will have issues with my app. As a work around to this SNI 
 limitation, I consider to detect and redirect users on old platform where 
 SNI will fail to the https://myapp.appspot.com instead of the default 
 https://www.myapp.com. 

 So I will like to know whether after I set up custom domain with SSL for 
 my GAE app, will I still be able to use https://myapp.appspot.com to 
 access my app and at the same time still have the https://www.myapp.com 
 working correctly.

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4f6df432-16e7-4972-b574-dd634f522e8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.