mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #334] 部分代理请求失败 #251
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#251
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 @liudonghua123 on GitHub (Nov 18, 2019).
Original GitHub issue: https://github.com/snail007/goproxy/issues/334
我在服务器上通过
./proxy sps -p :80,:443 --log proxy.log --daemon的方式运行代理服务,然后在客户机上运行curl -vvvvvv https://www.oschina.net --resolve 'www.oschina.net:443:113.55.17.2'是没有问题的,但是运行curl https://pubs.acs.org --resolve 'pubs.acs.org:443:113.55.17.2'就会有如下错误提示这是服务端相关日志信息
Expected Behavior
可以正常的获得请求内容
Current Behavior
代理请求失败
Possible Solution
Context (Environment)
Detailed Description
Possible Implementation
@snail007 commented on GitHub (Nov 18, 2019):
fixed in next version.