We have multiple standard app engine projects that needs restriction on the tls version (>= 1.2), is there a setting to change that through the console?
Asked
Active
Viewed 1,326 times
1 Answers
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.
John Hanley
- 4,287
- 1
- 9
- 20
-
Thx, I've seen people saying opening a ticket to gcp would allow them to make the changes, do you have any information confirming that? – I-SF May 26 '21 at 19:33
-
I am not aware of Google Support supporting manual changes to TLS for App Engine. I do not actually know for sure, but I doubt it based upon internal knowledge. If you have a reference, I will look into this. – John Hanley May 26 '21 at 21:30