mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4310] frp的http协议是否不支持【PROPFIND、OPTIONS、LOCK、UNLOCK方法】 #3402
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#3402
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 @Whichbfj28 on GitHub (Jun 29, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4310
Describe the feature request
frp的http协议是否不支持【PROPFIND、OPTIONS、LOCK、UNLOCK方法】。主要是webdav使用
frp 0.47 amd64 linux
Describe alternatives you've considered
No response
Affected area
@xqzr commented on GitHub (Jun 29, 2024):
使用 tcp 类型
@Whichbfj28 commented on GitHub (Jun 29, 2024):
暂时用的就是tcp。但是用tcp这货有个问题。没加密。要加密的要ssl证书。搞acme要80端口。家用宽带没80端口。要吗就是要dns的api权限。但是我又不想给acme.sh修改我dns的权利。
@xqzr commented on GitHub (Jun 29, 2024):
http 也是没加密的,除非配置 SSL/TLS 证书
支持手动的
@Whichbfj28 commented on GitHub (Jun 29, 2024):
1、http我可以通过frp 自定义ssl证书从frpc加密到frps.这个证书是永久的。可以不用更新
2、手动是可以。但是以后更新麻烦。