Anyone know if VIP solves the problem and allows naked domains?

Based on my quick reading of the
documentation<https://developers.google.com/appengine/docs/ssl>,
it says that virtual IPs might change, but it doesn't say if that happens
only when changing VIP settings or if it could happen at any time!

Waleed



On Sun, Jul 22, 2012 at 10:22 AM, Drake <[email protected]> wrote:

> Talk to the Apps For Domains guys.  If you get a good answer share it with
> the list. Currently I think this is the biggest limitation of GAE/GAFD.
> You pretty much have to have a redirect server out in the world that 301s
> all your naked requests to the www domain. ****
>
> ** **
>
> That is a sucky solution. (it is also sub optimal if you want short domain
> names) ****
>
> ** **
>
> ** **
>
> *From:* [email protected] [mailto:
> [email protected]] *On Behalf Of *Thomas Wiradikusuma
> *Sent:* Sunday, July 22, 2012 10:13 AM
> *To:* [email protected]
> *Subject:* [google-appengine] Naked https (SSL) domain?****
>
> ** **
>
>
> Hi guys,****
>
> ** **
>
> I'm using GAE's official SSL SNI support in my app. Opening
> https://www.temanmudik.com is fine. But opening https://temanmudik.com(naked 
> domain) gives warning (in Chrome) that essentially says, "Hey, the
> cert is not for temanmudik.com, it's Google's". Non-SSL (
> http://temanmudik.com) properly redirects to www. My appid is "neytap".***
> *
>
> ** **
>
> So I got creative, I logged in to enom (from Google Apps) then removed all
> A mappings (@ -> google IPs) and replaced them with one URL Redirect (@ ->
> http://www.temanmudik.com). Non-SSL naked domain is still working, but
> now Chrome gives me "This webpage is not available. Google Chrome's
> connection attempt to temanmudik.com was rejected. The website may be
> down, or your network may not be properly configured." when I try to access
> https://temanmudik.com.****
>
> ** **
>
> Anyone know how to properly redirect naked https domain in GAE? I notice
> there is similar question in this forum (
> https://groups.google.com/forum/?fromgroups#!newtopic/google-appengine/google-appengine/A-8I1X9vouk),
> but it's 2009 and uses unofficial SSL support.****
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/BtUQJeGPVCcJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.****
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

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

Reply via email to