frp设置https,昨天还好好的,今天突然提示router config conflict?

发布于 2022-09-11 22:27:44 字数 1860 浏览 20 评论 0

业务需求,用frp做内网穿透,设置好了,ssl证书也部署好了,https也可以访问了。这样过了两周,今天突然不好用了,服务器上看看,服务都还在,进程没死,log提示如下:

2019/09/18 16:03:56 [I] [proxy.go:84] [c53886a12519bf6d] [web_https] get a new work connection: [139.227.136.47:6072]
2019/09/18 16:03:56 [I] [proxy.go:84] [c53886a12519bf6d] [web_https] get a new work connection: [139.227.136.47:6072]
2019/09/18 16:04:05 [I] [proxy.go:69] [c53886a12519bf6d] [web_https] proxy closing
2019/09/18 16:04:05 [W] [control.go:403] [c53886a12519bf6d] new proxy [web_https] error: router config conflict
2019/09/18 16:04:38 [I] [proxy.go:69] [c53886a12519bf6d] [web_https] proxy closing
2019/09/18 16:04:38 [W] [control.go:403] [c53886a12519bf6d] new proxy [web_https] error: router config conflict
2019/09/18 16:05:11 [I] [proxy.go:69] [c53886a12519bf6d] [web_https] proxy closing
2019/09/18 16:05:11 [W] [control.go:403] [c53886a12519bf6d] new proxy [web_https] error: router config conflict
2019/09/18 16:05:44 [I] [proxy.go:69] [c53886a12519bf6d] [web_https] proxy closing
2019/09/18 16:05:44 [W] [control.go:403] [c53886a12519bf6d] new proxy [web_https] error: router config conflict

搞了半天,没进展==

frps和frpc设置如下:

frps:

[common]
bind_port = 7000
dashboard_port = 7500
dashboard_user = frp_xiaocaigo
dashboard_pwd = xcg_lxysgnh_pwd
vhost_http_port = 80
vhost_https_port = 443
privilege_mode = true
#privilege_token = 12345
max_pool_count = 50
log_file = ./frps.log
log_level = info
log_max_days = 3

frpc:

[common]
server_addr = *.*.*.*
server_port = 7000

[web_https]
type = https
custom_domains = *.*.*

plugin = https2http
plugin_local_addr = *.*.*.*:80

plugin_crt_path = ./abc.pem
plugin_key_path = ./def.key
plugin_host_header_rewrite = *.*.*.*
plugin_header_X-From-Where = frp

请老师们帮忙看看。要穿透的内网机器上的服务也没改==就突然不好使了。
谢谢老师们。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文