Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Firebase Cloud Functions, how to disable tls 1.0 and 1.1 protocols?

I have created some APIs using Firebase Functions and I have received a security assessment result stating that I need to disable TLS 1.0 and 1.1. Is there a way to do this without using a load balancer or Apigee? If so, how can I disable TLS 1.0 and 1.1 for my Firebase Functions deployment? Thank you.

Solved Solved
0 1 1,369
1 ACCEPTED SOLUTION

Hi @Fernando_Reina ,

Currently, there are no other way to disable TLS 1.0 and 1.1. You may look into this blog post for more information on how to disable TLS 1.0 and 1.1.

Regards,
Marc

View solution in original post

1 REPLY 1

Hi @Fernando_Reina ,

Currently, there are no other way to disable TLS 1.0 and 1.1. You may look into this blog post for more information on how to disable TLS 1.0 and 1.1.

Regards,
Marc