-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级到最新版后无法代理本地前端项目(localhost) #1145
Comments
这个服务 127.0.0.1:10087 没起来 |
是的,前端项目起的服务是 localhost。 |
我也遇到类似的问题 这个代理设置(抹去了真实ip和代理用户账号和密码),在2.6.68的版本是正常的,更新到2.9.84之后无法正常使用。 |
新版默认不解析域名为 IP 的 https 请求,可以把 https 改成 http,或配置规则 |
回退到旧版本 2.9.64 解决了这个问题。有同样问题的人不要升级新版。 |
抓包看下,不应该不可以 |
不能默认* enable://captureIp吗?新版变得太麻烦了 |
我看下 |
你本地前端服务的 localhost 指向的是
|
Use the 2.9.64 version fix, no break change plz. |
Node 有 break change,切 Node16,重启 Whistle 和 本地服务试试 |
更新下 Whistle |
whistle 版本 2.9.83
Node: v20.15.0
报错信息:
Error: connect ECONNREFUSED 127.0.0.1:10087
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1606:16)
前端项目本地服务:
localhost:10087
whistle Rules 中配置规则:
xxx.com localhost:10087
在浏览器中访问 xxx.com,出现上面的报错,之前版本是正常的,升级后不可用。
The text was updated successfully, but these errors were encountered: