mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 08:25:54 +03:00
[GH-ISSUE #373] tls: oversized record received with length 20037 error #283
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#283
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 @NPColdpage on GitHub (May 29, 2020).
Original GitHub issue: https://github.com/snail007/goproxy/issues/373
我按着教程安装了go proxy, 然后proxy http -t tls -p ":38080" -C proxy.crt -K proxy.key. 我用我的window wget的时候会报错
2020/05/29 16:47:54 tls handshake fail from 52.202.5.238:51195, tls: oversized record received with length 20037
2020/05/29 16:47:54 attacking access 52.202.5.238:51195 <--> 10.0.1.49:38080
网上也没搜到具体的问题,有人知道么?