mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3385] [Feature Request] 请问能使用自己用IP地址生成的SSL证书吗? #2708
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#2708
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 @itsyuyi on GitHub (Apr 2, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3385
Describe the feature request
自己用IP地址制作了SSL证书,想通过vhost_https_port实现内网穿透。
Describe alternatives you've considered
No response
Affected area
@Becods commented on GitHub (Apr 3, 2023):
vhost 依靠 host 标头,而 ip访问 也会带 host 标头,你猜可不可以
实践是检验真理的唯一标准
@xqzr commented on GitHub (Apr 9, 2023):
vhost_http依靠 host。vhost_https依靠 SNI。但 IP 访问不带 SNI。@xqzr commented on GitHub (Apr 9, 2023):
type = tcp@itsyuyi commented on GitHub (Apr 16, 2023):
如何添加host标头?
@itsyuyi commented on GitHub (Apr 16, 2023):
你的意思是不能用IP地址生成的SSL证书?
@itsyuyi commented on GitHub (Apr 16, 2023):
frpc的配置文件里是按照这个配置的
@itsyuyi commented on GitHub (Apr 16, 2023):
亲测有效
@xqzr commented on GitHub (Apr 17, 2023):
可以,但需要
type = tcp@github-actions[bot] commented on GitHub (May 18, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.