We have setup custom domain for our App Engine app (std env) and it is working fine for HTTPS for most of the modern browsers.
But there is a problem with old TLS1.0 clients that do not support SNI (Server Name Indication). Since the custom domain is a CNAME to
ghs.googlehosted.com clients need SNI to get to correct app on app engine.
Is there any alternative way of setting custom domain for HTTPS that does not involve
ghs.googlehosted.com or SNI? Any suggestions for a LB, CDN, Proxy that can serve dedicated custom domain talking to app engine app (over http/https) as backend?