我的应用程序在使用代理的服务器上运行Uwsgi。服务器代理在一个网络中。但是每当应用程序尝试发出https请求时(443),它就会引发错误,就像它无法连接到互联网一样。
HTTPSConnectionPool(host='api.blabla.com', port=443): Max retries exceeded with url: /endpoint/v2/checkout_url (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
代理,我使用squid作为http和https。对于客户端,代理已在系统范围内设置。
请从这个问题上获得建议。提前谢谢。