Hello, I am trying to use Python Flask with Exponent (getexponent.com). I received the following stack trace:
ProxyError: HTTPSConnectionPool(host='exp.host', port=443): Max retries exceeded with url: /--/api/notify/[REDACTED] (Caused by ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 403 Forbidden',)))
I suspect this may be a whitelist problem. I was wondering if this could be added to the whitelist so that I can attempt to get my app working. I think the API is trying to connect to https://exp.host.
Thanks!