mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-26 16:05:55 +03:00
[GH-ISSUE #3] 普通二级HTTP代理仍然需要 cert file 和 key file? #1
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#1
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 @mengmo on GitHub (Oct 4, 2017).
Original GitHub issue: https://github.com/snail007/goproxy/issues/3
我以为按照教程中的示例来看,是不需要
cert file和key file的@snail007 commented on GitHub (Oct 9, 2017):
普通的代理底层就是普通tcp传输,是不需要设置cert file和key file的.
当底层使用tls时,cert file和key file的是为tls使用的.
@mengmo commented on GitHub (Oct 9, 2017):
那么出错了是怎么回事?
@snail007 commented on GitHub (Oct 9, 2017):
那就是哪里没配置对,请贴出来你的操作步骤,参数,启动输出,然后才能进一步排查,或者进群交流更方便.