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!
- yes able use subdomains wildcard mapping. note subdomain name has match version name.
- you need have proper ssl certs, specific subdomains. double subdomain certs, e.g.
*.*.domain.com, not supported browsers anymore. single wildcard certs ok. - afaik, can not "move" subdomain top level, e.g.
wildcardsub.mynewdomain.com. have usewildcardsub.modulename.mynewdomain.com. can custom mapping, not wildcard mapping.
Comments
Post a Comment