django 打开http://127.0.0.1:8000/admin/,客户端就无法请求
编程小鱼酱
优质创作者: C/C++技术领域
领域专家: 游戏开发技术领域 2019-06-22 07:05:06
如题
postman 报错
```
Could not get any response
There was an error connecting to http://127.0.0.1:8000/admin_infoget/.
Why this might have happened:
The server couldn't send a response:
Ensure that the backend is working properly
Self-signed SSL certificates are being blocked:
Fix this by turning off 'SSL certificate verification' in Settings > General
Proxy configured incorrectly
Ensure that proxy is configured correctly in Settings > Proxy
Request timeout:
Change request timeout in Settings > General
```
客户端报错
```
HTTPConnectionPool(host='127.0.0.1', port=8000): Max retries exceeded with url: /admin_infoget/ (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x03A16730>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))
```
此问题应该是服务端的问题 ,有大神帮看一下没