mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2403] https2http不成功 #1910
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#1910
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 @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的。
@ax2009live commented on GitHub (May 20, 2021):
你的 fprc 客户端能访问 /volume2/docker/frpc/ 下的文件吗?
@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.
@z0ow commented on GitHub (Jul 9, 2021):
我的frp好像也没办法正常使用https2http,浏览器报ERR_TIMED_OUT错误,感觉像是证书的问题,但是frpc和frps没有任何报错
@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.