mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #238] TLS to HTTP + SOCKS5 的几个问题 #157
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#157
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 @LazyZhu on GitHub (Mar 17, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/238
使用goproxy过程中的问题:
1.因为使用公共证书的TLS代理没有单独提供CA所以下载了 Bundle of CA Root Certificates, 但是测试 sps/http/socks 模式 的 --ca 都不支持.
2.鉴于1所以只有跳过tls验证,但是只有 sps 模式有--parent-tls-single, 而 http/socks 模式没有.
3.鉴于1,2所以只有 sps 模式可用, 但是 sps 模式 只有 --stop, 而没有 http/socks 模式的 --blocked, --direct, --intelligent.
最终测试了半天,还和Stunnel一样...希望优化下 sps/http/socks 三个模式吧