ERROR_INTERNET_CANNOT_CONNECT的解决方法

   今天系统有一个模块的一个功能非常慢,平常速度在1s以内,而现在需要25s之多。

     1. 询问开发组最近有没有更新发布,得到的答案是没有;

     2. 对数据库做了一个ASH报告,没有性能差的SQL;

     3. 用httpwatch跟踪请求,得到有一个url为http://0.0.0.0/的请求化了接近21s,result为ERROR_INTERNET_CANNOT_CONNECT。

      在网上找资料ERROR_INTERNET_CANNOT_CONNECT的意思是,The attempt to connect to the server failed,试图连接服务器失败。此时有点凌乱,不知道头绪。然后查到可能是数据在internet上传输的时候出现错误,那么还有一个可能就是网关在建立会话的时候出现问题。

       抱着试一试的心情,最终解决了,方法是。修改IE的配置:【工具/Internet选项/连接/局域网设置】中发现代理服务器有勾选,果断去掉,然后重启IE,登录系统,重新点击该功能,非常之快。

       总结:由于对网络知识的认识有限,根本的原因没有。揣测这个功能的页面有大量的DWR,这个代理服务器有问题或是网络有限制,造成访问不到,一定要等到超时才访问,因为每次都是21s。

When you encounter a "ProxyError: Conda cannot proceed due to an error in your proxy configuration" message, it means that there is an issue with the proxy settings in your Conda configuration. Conda uses the proxy settings to connect to the internet and download packages. To resolve this issue, you can try the following steps: 1. Check your proxy settings: Verify that the proxy settings in your Conda configuration are correct. You can do this by running the following command in your terminal: ``` conda config --show | grep proxy ``` Make sure that the proxy settings displayed are accurate and match your network configuration. 2. Update proxy settings: If you need to update your proxy settings, you can use the following commands to set the proxy configuration for Conda: ``` conda config --set proxy_servers.http <proxy_url> conda config --set proxy_servers.https <proxy_url> ``` Replace `<proxy_url>` with the URL of your proxy server. 3. Remove proxy settings: If you don't require a proxy or want to remove the existing proxy settings, you can use the following commands: ``` conda config --remove-key proxy_servers.http conda config --remove-key proxy_servers.https ``` 4. Set environment variables: In some cases, you may need to set environment variables for your proxy configuration. You can do this by exporting the `HTTP_PROXY` and `HTTPS_PROXY` variables in your terminal: ``` export HTTP_PROXY=<proxy_url> export HTTPS_PROXY=<proxy_url> ``` Replace `<proxy_url>` with the URL of your proxy server. 5. Retry Conda operations: After updating or removing the proxy settings, try running your Conda commands again. The ProxyError should no longer occur if the proxy configuration is resolved. If these steps don't resolve the issue, you may need to consult your network administrator or IT support for further assistance with your proxy configuration.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值