[GH-ISSUE #2403] https2http不成功 #1910

Closed
opened 2026-05-05 13:13:56 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @liiloo100 on GitHub (May 18, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2403

frps.ini 内容如下:
[common]
bind_port = 7000
vhost_https_port = 443
privilege_token =

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 = 192.168.10.189:80

HTTPS 证书相关的配置

plugin_crt_path = /volume2/docker/frpc/server.crt
plugin_key_path = /volume2/docker/frpc/server.key
plugin_host_header_rewrite = 127.0.0.1
plugin_header_X-From-Where = frp

这是配置方法,按这个配置没有成功,有几个问题想问一下;
1.frps.ini我开启了443端口,防火墙开启了443,但没有成功,需要开启443吗
2.证书是使用IIS的还是Apache的。

Originally created by @liiloo100 on GitHub (May 18, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2403 frps.ini 内容如下: [common] bind_port = 7000 vhost_https_port = 443 privilege_token = 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 = 192.168.10.189:80 # HTTPS 证书相关的配置 plugin_crt_path = /volume2/docker/frpc/server.crt plugin_key_path = /volume2/docker/frpc/server.key plugin_host_header_rewrite = 127.0.0.1 plugin_header_X-From-Where = frp 这是配置方法,按这个配置没有成功,有几个问题想问一下; 1.frps.ini我开启了443端口,防火墙开启了443,但没有成功,需要开启443吗 2.证书是使用IIS的还是Apache的。
gitea-mirror 2026-05-05 13:13:56 -06:00
Author
Owner

@ax2009live commented on GitHub (May 20, 2021):

你的 fprc 客户端能访问 /volume2/docker/frpc/ 下的文件吗?

<!-- gh-comment-id:845528125 --> @ax2009live commented on GitHub (May 20, 2021): 你的 fprc 客户端能访问 /volume2/docker/frpc/ 下的文件吗?
Author
Owner

@github-actions[bot] commented on GitHub (Jul 5, 2021):

Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.

<!-- gh-comment-id:873697771 --> @github-actions[bot] commented on GitHub (Jul 5, 2021): Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
Author
Owner

@z0ow commented on GitHub (Jul 9, 2021):

我的frp好像也没办法正常使用https2http,浏览器报ERR_TIMED_OUT错误,感觉像是证书的问题,但是frpc和frps没有任何报错

<!-- gh-comment-id:876983696 --> @z0ow commented on GitHub (Jul 9, 2021): 我的frp好像也没办法正常使用https2http,浏览器报ERR_TIMED_OUT错误,感觉像是证书的问题,但是frpc和frps没有任何报错
Author
Owner

@github-actions[bot] commented on GitHub (Aug 9, 2021):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:894883574 --> @github-actions[bot] commented on GitHub (Aug 9, 2021): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
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#1910
No description provided.