[GH-ISSUE #238] TLS to HTTP + SOCKS5 的几个问题 #157

Closed
opened 2026-02-27 23:15:43 +03:00 by kerem · 0 comments
Owner

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 三个模式吧

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](https://curl.haxx.se/ca/cacert.pem), 但是测试 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 三个模式吧
kerem 2026-02-27 23:15:43 +03:00
  • closed this issue
  • added the
    wontfix
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#157
No description provided.