kingToolbox / kingToolbox/WindTerm

sock5 转发 无法使用?

Open
#2,340 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
32.3k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

在使用windterm的“隧道”功能中的“动态转发”时,使用SwitchyOmega 浏览器插件连接到对应sock5端口,访问网页时出现了如下错误:

**此站点的连接不安全**

[cn.bing.com](cn.bing.com) 发送了 **无效的** 响应。

`ERR_SSL_PROTOCOL_ERROR`
![image](https://github.com/kingToolbox/WindTerm/assets/95078036/9546d60c-46b8-4bc1-83b1-6041fa4b8987)

![image](https://github.com/kingToolbox/WindTerm/assets/95078036/512160c5-f856-4317-a726-867b7256d0ca)

但是在使用系统自带的ssh工具 进行转发时并不会这样
使用命令:`ssh -CqTnN -D 0.0.0.0:1080 x@192.168.114.6`
可以正常访问网页
![image](https://github.com/kingToolbox/WindTerm/assets/95078036/eeeef8fb-e99b-48dc-a99e-89ce6170b215)
![image](https://github.com/kingToolbox/WindTerm/assets/95078036/e7ac2fcf-13b3-4493-bf42-04910eb13c82)

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the dynamic forwarding setup with WindTerm, SwitchyOmega, and the reported SOCKS5 port, then compare it with `ssh -CqTnN -D 0.0.0.0:1080`. Inspect the dynamic forwarding and SOCKS5 handling paths implicated by that comparison. Done means HTTPS pages load without `ERR_SSL_PROTOCOL_ERROR` while using WindTerm forwarding.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.