This error may be caused by proxy settings || SSL routines::unexpected eof while reading

Install rustup || There is an error SSL routines::unexpected eof while reading_Good morning blog-CSDN blog

To undertake this article, it is indeed a problem with my proxy settings

 

As shown in the figure, using

unset https_proxy

After that, you can link successfully.

It does appear that a wrong proxy setting is causing such a problem. But I have turned off the proxy in the setting part, why is there such a problem?

(previously disabled)

It occurred to me that I had misconfigured my .zshrc.

 

 It should be that the configuration I gave to zsh led to the fact that although the proxy is turned off in the system settings, the proxy is still used in the shell to connect.

So be sure to check your environment variables carefully.

during inspection

env | grep -i proxy

Commands play a big role. Hope it and other related commands may help you.

(The terminal on the left in the figure is opened when the manual proxy is enabled, and the terminal on the right is opened when the proxy is disabled.) 

Guess you like

Origin blog.csdn.net/raw_inputhello/article/details/131609902