🔥 Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。
参考地址:https://github.com/snail007/goproxy/blob/master/README_ZH.md#19-https%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86 程序运行命令 proxy http -t tcp -p :80,:443 --debug 程序启动以后修改/etc/hosts www.google.com指向proxy的公网地址。 proxy在内网,防火墙通过nat后指定到proxy主机的443和80端口。 使用curl https://www.google.com访问 curl: (35) Unknown SSL protocol error in connection to www.google.com:443 proxy服务器日志: 2022/03/10 14:36:10.542308 http/http.go:643 WARN decoder error , from 171.221.140.126:23954, ERR:http decoder read err: http decoder read err: read tcp 172.192.6.9:443->171.221.140.126:23954: read: connection reset by peer 不知道是什么地方配置有问题,还请指点一二。谢谢!!