[GH-ISSUE #1262] 能否把frp dashboard和admin ui改成用https #998

Closed
opened 2026-05-05 12:38:36 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @HarryChen55 on GitHub (May 27, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1262

能否把dashboard和admin ui改成用https?

对于需要远程操作的情景,用https会更安全,是否可以增加这个功能?

谢谢!!

Originally created by @HarryChen55 on GitHub (May 27, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1262 能否把dashboard和admin ui改成用https? 对于需要远程操作的情景,用https会更安全,是否可以增加这个功能? 谢谢!!
Author
Owner

@status301 commented on GitHub (May 30, 2019):

@HarryChen55 已经支持了,你自己配置即可,证书需要你自己配置,
将plugin_local_addr指向dashboard和admin ui地址

# frpc.ini
[common]
server_addr = x.x.x.x
server_port = 7000

[test_htts2http]
type = https
custom_domains = test.yourdomain.com

plugin = https2http
plugin_local_addr = 127.0.0.1:80

# HTTPS 证书相关的配置
plugin_crt_path = ./server.crt
plugin_key_path = ./server.key
plugin_host_header_rewrite = 127.0.0.1
<!-- gh-comment-id:497194758 --> @status301 commented on GitHub (May 30, 2019): @HarryChen55 已经支持了,你自己配置即可,证书需要你自己配置, 将plugin_local_addr指向dashboard和admin ui地址 ``` # frpc.ini [common] server_addr = x.x.x.x server_port = 7000 [test_htts2http] type = https custom_domains = test.yourdomain.com plugin = https2http plugin_local_addr = 127.0.0.1:80 # HTTPS 证书相关的配置 plugin_crt_path = ./server.crt plugin_key_path = ./server.key plugin_host_header_rewrite = 127.0.0.1 ```
Author
Owner

@fatedier commented on GitHub (Jun 4, 2019):

你自己搭建 HTTPS 的服务反代即可。

<!-- gh-comment-id:498512196 --> @fatedier commented on GitHub (Jun 4, 2019): 你自己搭建 HTTPS 的服务反代即可。
Author
Owner

@fatedier commented on GitHub (Jun 4, 2019):

你自己搭建 HTTPS 的服务反代即可。

<!-- gh-comment-id:498512203 --> @fatedier commented on GitHub (Jun 4, 2019): 你自己搭建 HTTPS 的服务反代即可。
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#998
No description provided.