It looks like https://www.glubey.com/ is working as expected when accessed from Melbourne, Australia.
You cannot serve naked domains from App Engine using SSL, so https://glubey.com/ will not work directly off App Engine (and in fact there is no IP address resolution for glubey.com). With naked domains, you currently have two options: 1. Serve directly from App Engine using HTTP only. 2. Serve via a proxy like CloudFlare <https://www.cloudflare.com/> or wwwizer <http://wwwizer.com/> (or roll your own) if you want HTTPS/SSL. Either option will work, depending on your needs, however you should only use one of either www.glubey.com or glubey.com as your primary address (i.e. have one of them redirect to the other), since it will reduce user confusion and it plays nicer with search engines like Google. Keep in mind that if you expect a lot of traffic, I advise against using https://glubey.com/ via a proxy as your primary address, since there is a chance that App Engine's infrastructure will detect the mass proxy requests as a potential DDOS or similar attack and cut off access to your app from the proxy servers, and hence from your users. Nick On 2 March 2015 at 10:57, Adam <[email protected]> wrote: > Both https://www.glubey.com and https://glubey.com are working for me > (they direct to a site). What's the expected result? > > In the case that it was just propagation related to the CNAME record, you > can always use a DNS lookup tool to check (eg. > http://network-tools.com/nslook/Default.asp?domain=www.glubey.com&type=255 > ). > > On Sunday, March 1, 2015 at 4:25:26 PM UTC-5, Jimin Park wrote: >> >> I followed all the steps and got to the screen shot attached to this >> email. >> >> I went to my domain's company control panel and set up the CNAME as well. >> >> However nothing has happened for the past 5 hours. I am not sure if I am >> supposed to just wait? >> >> Before when I didn't use GAE, I used to configure name servers and work >> fairly quickly. >> >> This is my first time using GAE with custom domain and setting up SSL so >> I am quite confused. >> >> >> -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/f6697048-8163-4102-8f89-8106b38c45be%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/f6697048-8163-4102-8f89-8106b38c45be%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAOj3zuAbqa4cViusfsPYdW3pO8duAGsQYhHgtwkhwe2P9-788Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
