我正在尝试使用此软件包对用户进行身份验证以提供服务:
我使用CNTLM在代理后面工作: 我配置了操作系统环境变量:
-https_proxy
-http_proxy
指向CNTLM侦听端口
pip install
工作正常当我尝试使用/ auth中的凭据进行身份验证
我遇到了以下错误:
Error: HTTPSConnectionPool(host='xxxx',port=xxx):Max retries exceed with url : /mycrowdEndpoint/cookie.json (Caused by ProxyError('cannot connect to proxy'),timeout('timed out')
我希望使用CROWD服务在Django应用程序用户中进行身份验证