Since is a naked domain you can or need to use a SSL redirect service, there are some free ones like the CloudFlare one.
In case you choose the us CloudFlare these are the steps to make it work: - Add your domain and switch your name servers to CloudFlare (signup process walks you through it) - Once added goto CloudFlare Settings and down to SSL. Change the setting to 'Full SSL (Strict)' this requires you to have a valid cert on the subdomain your redirecting to (SNI works fine). - Go back to your websites list, select the domain again and on the options goto page rules. Add a 'Forwarding' rule that redirects https://yourdomain.com/* to https://www.yourdomain.com/$1 (replace www with any subdomain), make sure the redirect is set to 301. - Save your settings and sit back and wait for everything to propagate. On Friday, June 26, 2020 at 7:04:33 PM UTC+2, PSC Guru wrote: > > Hi , > I have an appengine web app. > Domain I have in Godaddy . > I added domain in Appengine => Setting => Custom Domains . > I Added CNAME as *www *with *ghs.googlehosted.com > <http://ghs.googlehosted.com>* > A with 216.239.32.21 ,216.239.34.21, 216.239.36.21 > 216.239.38.21 > > I am able to redirect http://mydomain.in to http://www.mydomain.in > but not able to redirect https://mydomain.in to https://www.mydomain.in > > I tried adding wwwizer ip address as A @ *174.129.25.170 - It > also didnt work* > > Can some one help in how to handle the naked domain forward for https > > Thanks and regards > Sachin > > > [image: aa.png] > > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ecdfa193-4c0e-428c-9bfa-344708ac73fbo%40googlegroups.com.
