ahmetb / cloud-run-faq

Unofficial FAQ and everything you've been wondering about Google Cloud Run.
https://cloud.run
Creative Commons Attribution 4.0 International
2.32k stars 124 forks source link

Option to disable older TLS Version support #98

Closed LMSSonos closed 3 years ago

LMSSonos commented 3 years ago

We want to disable TLS 1.0 and 1.1 - is there any option to disable this?

ahmetb commented 3 years ago

Good point. I think you'd need to use GCLB integration for this currently. See relevant section.

LMSSonos commented 3 years ago

Ok, thanks for the answer. Will look into that