mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #287] Socks 转 SS+HTTP(s) 之后,程序里面使用 https_proxy 有 SSLError Unexpected EOF 之类的问题 #207
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#207
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 @designinlife on GitHub (Jun 26, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/287
GoProxy version: 7.6 (之前的版本也是如此)
命令: ./proxy sps -S socks -T tcp -P 127.0.0.1:1080 -t tcp -p :1081 -h aes-256-cfb -j 123456
Python 中使用 requests 库发送请求会出现异常警告:
(Caused by SSLError(SSLError("bad handshake: SysCallError(-1, 'Unexpected EOF')")))
@snail007 commented on GitHub (Jun 26, 2019):
测试请用curl,其它不负责。