frp设置https,昨天还好好的,今天突然提示router config conflict?
业务需求,用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论