mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #184] handshake fail, proxy: failed to write greeting to SOCKS5 proxy at static.xx.fbcdn.net:443: EOF #112
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FabioPLA on GitHub (Nov 26, 2018).
Original GitHub issue: https://github.com/snail007/goproxy/issues/184
没想明白,在连接国外的服务器的时候,为什么会出现这样的状况?不清楚是不是socks版本的问题
@snail007 commented on GitHub (Nov 26, 2018):
所有端启动日志,命令。
@FabioPLA commented on GitHub (Nov 26, 2018):
启动命令 : ./proxy socks -t tcp -p "192.168.3.5:8080" -T tls -P "47.244.17.247:33083" -
C proxy.crt -K proxy.key --log proxy.log
日志:
proxy.log
浏览器chrome+SwitchyOmega 代理参数配置 socks5 192.168.3.5:8080
@FabioPLA commented on GitHub (Nov 26, 2018):
我是配置成类似于三级代理的模式,一级代理不提供TLS加密,二级代理、三级代理使用的是TLS加密,这种模式可以么?我用抓包工具测试了,没有回包
@snail007 commented on GitHub (Nov 26, 2018):
必须全部加密
@caidongyun commented on GitHub (Feb 27, 2019):
handshake fail, proxy: failed to write greeting to SOCKS5 proxy at www.google.com:443: EOF
同样 换成sps就好了,是不是dns解析的问题?