Hi,
I am hosting a Django web app in GAE (python 2.7). Understand I need to bump to Python 3 asap.
However currently I have a request from client to disable TLS 1.0 and 1.1 on this web app. Is this achievable from code level, or should I ask help from GCP support?
Any help is much appreciated.
Thank you!