Minimum TLS version for google cloud standard app engine projects

Solution 1:

To change the support TLS versions requires an SSL policy. SSL policies can only be applied to HTTP(S) Load Balancers and SSL Proxy Load Balancers.

You can create an HTTP(S) Load Balancer and a backend configured for App Engine. That is the only method to change supported TLS versions.