hi i'm having this issue when i try to connect to a database i have using mongodb
requests.exceptions.ProxyError: HTTPSConnectionPool(host='us-east-2.aws.data.mongodb-api.com', port=443): Max retries exceeded with url: /app/data-grxtr/endpoint/data/v1/action/FindOne (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden')))
i'm guessing the reason it's because the whitelist for free accounts however data.mongodb-api it's a whitelisted website so i'm not sure what's happening
i'm trying to connect this
url f"https://us-east-2.aws.data.mongodb-api.com/app/data-grxtr/endpoint/data/v1/action/{action}" i would link the documentation and api but i don't think there's need for it since it's already a whitelisted website my code works fine in my pc