[GH-ISSUE #4310] frp的http协议是否不支持【PROPFIND、OPTIONS、LOCK、UNLOCK方法】 #3402

Closed
opened 2026-05-05 14:11:27 -06:00 by gitea-mirror · 4 comments
Owner

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

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
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 - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@xqzr commented on GitHub (Jun 29, 2024):

使用 tcp 类型

<!-- gh-comment-id:2198037824 --> @xqzr commented on GitHub (Jun 29, 2024): 使用 tcp 类型
Author
Owner

@Whichbfj28 commented on GitHub (Jun 29, 2024):

使用 tcp 类型

暂时用的就是tcp。但是用tcp这货有个问题。没加密。要加密的要ssl证书。搞acme要80端口。家用宽带没80端口。要吗就是要dns的api权限。但是我又不想给acme.sh修改我dns的权利。

<!-- gh-comment-id:2198042115 --> @Whichbfj28 commented on GitHub (Jun 29, 2024): > 使用 tcp 类型 暂时用的就是tcp。但是用tcp这货有个问题。没加密。要加密的要ssl证书。搞acme要80端口。家用宽带没80端口。要吗就是要dns的api权限。但是我又不想给acme.sh修改我dns的权利。
Author
Owner

@xqzr commented on GitHub (Jun 29, 2024):

tcp这货有个问题。没加密。要加密的要ssl证书。

http 也是没加密的,除非配置 SSL/TLS 证书

但是我又不想给acme.sh修改我dns的权利

支持手动的

<!-- gh-comment-id:2198060118 --> @xqzr commented on GitHub (Jun 29, 2024): > tcp这货有个问题。没加密。要加密的要ssl证书。 http 也是没加密的,除非配置 SSL/TLS 证书 > 但是我又不想给acme.sh修改我dns的权利 支持手动的
Author
Owner

@Whichbfj28 commented on GitHub (Jun 29, 2024):

tcp这货有个问题。没加密。要加密的要ssl证书。

http 也是没加密的,除非配置 SSL/TLS 证书

但是我又不想给acme.sh修改我dns的权利

支持手动的

1、http我可以通过frp 自定义ssl证书从frpc加密到frps.这个证书是永久的。可以不用更新
2、手动是可以。但是以后更新麻烦。

<!-- gh-comment-id:2198067757 --> @Whichbfj28 commented on GitHub (Jun 29, 2024): > > tcp这货有个问题。没加密。要加密的要ssl证书。 > > http 也是没加密的,除非配置 SSL/TLS 证书 > > > 但是我又不想给acme.sh修改我dns的权利 > > 支持手动的 1、http我可以通过frp 自定义ssl证书从frpc加密到frps.这个证书是永久的。可以不用更新 2、手动是可以。但是以后更新麻烦。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3402
No description provided.