always reports this error when downloading the configuration file while configuring the coolfly agent. At first, I thought it was the problem that the agency website gave out there, stalling for a long time is not good. Then during wine installation today, after adding the PPA Channel, execute the Apt-get Update to report the same error. The error was finally found at
set before the proxy address, not changed back.
--2020-02-18 12:10:33-- https://rbq.caipin.pro/link/cias4tBlguQQ9EVF?clash=1
Connecting to 127.0.0.1:7890... failed: Connection refused.
although (set) inside (network proxy) was changed back to automatic, it could be seen from env| grep-i proxy
command that the system was still accessed through the proxy port, but VPN was not set successfully at this time, so it became unable to download.
i2@i2:~/Downloads $ env|grep -I proxy
http_proxy=http://127.0.0.1:7890/
socks_proxy=socks://127.0.0.1:7891/
https_proxy=https://127.0.0.1:7890/
the solution is as follows [1] :
$ unset http_proxy
$ unset https_proxy
$ env|grep -I proxy
未输出任何东西
Specific reference:
[1]
the author: no slope of the former Soviet union
link: https://www.jianshu.com/p/d6730c16a4c9
source: Jane books
copyright owned by the author. Commercial reprint please contact the author for authorization, non-commercial reprint please indicate the source.
Read More:
- error: \*1035 connect() failed (111: Connection refused) while connecting to upstream, client…..
- Nginx reports 502 error, log connect() failed (111: Connection refused) while connecting to upstream. A personal effective solution
- Running Django manager.py report errors Error:111 connecting to 127.0.0.1:6379.connection refused
- hdfs 192.168.2.19:9000 failed on connection exception: java.net.ConnectException:Connection refused
- curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
- curl: (7) Failed connect to localhost:9200; Connection refused
- failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
- Failed to connect to 17.0.0.1 port 1080: Connection refused
- Solve the problem of Failed to load resource: net::ERR_CONNECTION_REFUSED
- Failed to load resource: net::ERR_CONNECTION_REFUSED
- 【MongoDB】 Failed to connect to 127.0.0.1:27017, reason: Connection refused
- failed to connect to ‘192.168.199.143:5555‘: Connection refused
- Solve the MAC terminal download error curl: (7) failed to connect to raw.githubusercontent.com port 443: Connection refused
- 【Synergy】Error:failed to connect to server:Connection was refused
- samba Error NT_STATUS_CONNECTION_REFUSED Failed to connect with SMB1 — no workgroup available
- error:Failed to connect to 127.0.0.1:27017, reason: errno:111 Connection refused;error:couldn‘t ….
- [Solved] Centos7 Wget Error: nown. wget: unable to resolve host address ‘mirrors.aliyun.com’
- About JMH running ERROR: transport error 202: connect failed: Connection refused ERROR
- Synergy 1.4.12 “ipc connection error, connection refused” and other issues
- How to Fix java.net.ConnectException: Connection refused: connect