设置django人群身份验证代理问题

时间:2019-03-25 09:09:38

标签: django python-3.x authentication atlassian-crowd

我正在尝试使用此软件包对用户进行身份验证以提供服务:

我使用CNTLM在代理后面工作: 我配置了操作系统环境变量:

-https_proxy -http_proxy

指向CNTLM侦听端口

  • pip install工作正常
  • 我在我的应用程序中使用了django-django软件包示例提供的设置

当我尝试使用/ 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应用程序用户中进行身份验证

0 个答案:

没有答案