20190726

curl www.baidu.com 

<html> <head> <title>500 Internal Privoxy Error</title> <link rel=”shortcut icon” href=”http://config.privoxy.org/error-favicon.ico” type=”image/x-icon”></head> <body> <h1>500 Internal Privoxy Error</h1> <p>Privoxy encountered an error while processing your request:</p> <p><b>Could not load template file <code>no-server-data</code> or one of its included components.</b></p> <p>Please contact your proxy administrator.</p> <p>If you are the proxy administrator, please put the required file(s)in the <code><i>(confdir)</i>/templates</code> directory. The location of the <code><i>(confdir)</i></code> directory is specified in the main Privoxy <code>config</code> file. (It’s typically the Privoxy install directory, or <code>/etc/privoxy/</code>).</p> </body> </html> 


What’s more, I haven’t found a solution for a long time. It seems to be related to SS agent

20190727

Still not solved, but confirmed the ss agent problem

vim  ~/.bash_profile
#ss proxy 999
# export http_proxy = http://127.0.0.1:999
#export https_proxy=$http_proxy

vim ~/.zshrc
# proxy list 
alias proxy='export all_proxy = socks5: / / 127.0.0.1:1087' 
alias unproxy='unset all_proxy' Copy the code

All HTTP forwarding is commented out, PIP and BREW are back to turtle speed but at least it works