Disable weak cipher for Google Cloud App engine *.appspot.com endpoints

I am using several App Engine Apps without custom domain. Recent security audit pointed out that we violate casa tier 2 requirements and using weak DES cipher on this domains. Is it possible to change App Engine ssl settings? Could this problem be solved in another way?

Hi @IgorBurlakov ,

Welcome to Google Cloud Community!

You may want to check this documentation on securing custom domains with SSL as this offers globally distributed SSL endpoints and built-in load balancing. By default, HTTPS connections on your custom domain are enabled automatically using managed SSL certificates.

You may also check this blog on introducing managed SSL for Google App Engine for additional information.

Finally, you may also file a bug or reach out to Google Cloud Support in case you need additional support.