How to connect my flask app to MongoDB (VSCode)?

Solution
mongo = PyMongo(app, tls=True, tlsAllowInvalidCertificates=True)