Forums

Problem with https request.

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?

I've whitelisted api.figo.me; I couldn't find any official API docs for sms.openit.de, though -- could you post a link to those?

Looks good -- thanks! That's whitelisted.

Thank you a lot!

No problem!

Hello I wanted ssl for all my web pages so i added

SECURE_SSL_REDIRECT = True

to my settings.py then I went to cloudflare to the Crypto page and set the SSL option to Full protection mode now im having a problem whereby when I try to acces my site at LinkSpot Hub I get an error saying "The owner of www.linkspothub.com has configured their website improperly" What should i do.

Wait I see its working now thank you

Great, glad you got it working! Did you find out what the problem was?