Hi Mike, SSL for MYAPP.appspot.com is automatic, you don't need to do anything (just open https://MYAPP.appspot.com). For custom domain (e.g. MYAPP.com) the doc is https://developers.google.com/appengine/docs/ssl. For both cases, to force user to use https, handle in your code (e.g. if request.notsecure then redirect to https version of the same URL).
The link you gave is about securing url with Google Account (or whatever you specify in Authentication Type in Application Settings in control panel). Regards, Thomas Wiradikusuma On Sunday, 26 May 2013 04:06:55 UTC+8, Mike Dougherty wrote: > > > I'm having a little trouble getting SSL to work correctly with my Java > application. I've configured it according to the information found here: > > https://developers.google.com/appengine/docs/java/config/webxml#Secure_URLs > > And it appears to work, however it is requiring the user login with a > Google account before redirecting back to the SSL URL. How in the world do > I configure this application to force SSL without requiring the user be > logged in to a Google Account? > > Thanks, > Mike > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
