Hello, My service use https connection to two Germany base APIs:
- api.figo.me - bank data provider
- sms.openit.de - SMS sender
With both I get error:
ConnectionError at /admin/accounts/invitation/96431278/
HTTPSConnectionPool(host='sms.openit.de', port=443): Max retries exceeded with url: /put.php (Caused by ProxyError('Cannot connect to proxy.', error('Tunnel connection failed: 403 Forbidden',)))
I found in https://www.pythonanywhere.com/forums/topic/3016/ that my problem is related to https://www.pythonanywhere.com/whitelist/ .
It is any chance to add this two services to open whitelist for free users?