mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #485] 使用代理跳转参数jumper时, socks tls 代理报证书错误 #388
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#388
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 @hulu20 on GitHub (May 30, 2022).
Original GitHub issue: https://github.com/snail007/goproxy/issues/485
proxy version is : v11.8
full command is : proxy sps -S socks -t tcp -p ":23003" --jumper socks5s://1.1.1.1:24002 -T tls -P "2.2.2.2:28080" -C {CERT} -K {KET} -h chacha20-ietf-poly1305 -j passwd
system is : centos7.9
full log is: remote error: tls: bad certificate
--jumper 连接的是 goproxy 搭建的socks tls 代理, 使用tls 连接报remote error: tls: bad certificate 错误, 使用--jumper ss:// 连接正常,希望能排查下...