Hello Renzo, App Engine Custom Domain settings are being managed through the developers console for a while now and shouldn't introduce an issue now. How are you sending python.pro.br to appspot? Can there be a DNS issue that you need to check with your registrar (seems to be DreamHost)? Here is what I get from a simple DNS query now:
$ dig python.pro.br ; <<>> DiG 9.9.5-9+deb8u6-Debian <<>> python.pro.br ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34469 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;python.pro.br. IN A ;; ANSWER SECTION: python.pro.br. 10124 IN A 208.113.249.40 ;; Query time: 4 msec ;; SERVER: 169.254.169.254#53(169.254.169.254) ;; WHEN: Tue Jun 07 12:26:54 EDT 2016 ;; MSG SIZE rcvd: 58 and then $ host 208.113.249.40 40.249.113.208.in-addr.arpa domain name pointer apache2-grog.pendleton.dreamhost.com. I recommend going through the documentation about Using Custom Domain and SSL <https://cloud.google.com/appengine/docs/python/console/using-custom-domains-and-ssl> and making sure everything is setup correctly for your application currently. I hope that helps. Cheers! -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b68e4085-a49d-42db-9ff7-26b41c4c1d14%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
