pymongo.errors.ServerSelectionTimeoutError: SSL handshake failed: roundhouse.proxy.rlwy.net:27094: TLS/SSL connection has been closed (EOF) (_ssl.c:1131) (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 65ac085162029dcb3b4f3b65, topology_type: Unknown, servers: [<ServerDescription ('roundhouse.proxy.rlwy.net', 27094) server_type: Unknown, rtt: None, error=AutoReconnect('SSL handshake failed: roundhouse.proxy.rlwy.net:27094: TLS/SSL connection has been closed (EOF) (_ssl.c:1131) (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
uri = environ.get('MONGO_URI')# Create a new client and connect to the serverclient = MongoClient(uri, server_api=ServerApi('1'), tls=True, tlsCAFile=where())DB = client['reach-page-analytics']