An update..   I removed my domain name form my GAE app, re-verified it and 
added back to the app. This has had some good effect. HTTPS now works with 
the naked domain eg. https://mydomain.com maps to 
https://myapp.appspot.com.  But https://WWW.mydomain.com is still 
unreachable. (Error: 35 - OpenSSL SSL_connect: SSL_ERROR_SYSCALL). 

How do I get all www.mydomain.com requests (http or https) to go to 
https://myapp.appspot.com?
Thanks

On Friday, 17 September 2021 at 15:57:21 UTC+1 herbie wrote:

>
> I have a custom domain verified for my GAE app.   All works OK for HTTP 
> so  http://www.mydomain.com maps to  http://myapp.appspot.com as expected.
>
> But HTTP*S* connections fail:  https://www.mydomain.com is unreachable 
> screen grab:
> [image: brws.png]
>
> My app at https://myapp.appspot.com is reachable and serving a valid 
> certificate.
>
> I've followed these  GAE instructions 
> <https://cloud.google.com/appengine/docs/standard/python/mapping-custom-domains>and
>  
> my domain is verified
> [image: gae.jpg]
>
> I've  added the required DNS records for my domain at Network Solutions
> [image: ns.jpg]
>
> So I have no idea why http://www.mydomain.com works fine but  http*s*://
> www.mydomain.com fails.
>
> Can anyone help?
> Thank you.
>
>

-- 
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/f3f5f0e6-5e7c-46e7-b16d-546caa16f160n%40googlegroups.com.

Reply via email to