Google App Engine custom domains, subdomains and SSL -


i'm looking give gae app custom domain. still able use wildcard subdomains in same way myapp.appspot.com domain?

for example, if navigate wildcardsub.myapp.appspot.com able grab wildcard subdomain , ssl works fine without problems.

if change custom domain , navigate wildcardsub.mynewdomain.com, work same? ssl? have set other custom domain up?

i looking set similar structure appspot.com, each user given subdomain of main domain. example username.mydomain.com.

any insight appreciated! thanks!

  1. yes able use subdomains wildcard mapping. note subdomain name has match version name.
  2. you need have proper ssl certs, specific subdomains. double subdomain certs, e.g. *.*.domain.com, not supported browsers anymore. single wildcard certs ok.
  3. afaik, can not "move" subdomain top level, e.g. wildcardsub.mynewdomain.com. have use wildcardsub.modulename.mynewdomain.com. can custom mapping, not wildcard mapping.

Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -