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! Go to 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
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