文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
为本地 HTTP 服务启用 HTTPS
通过
https2http
插件可以让本地 HTTP 服务转换成 HTTPS 服务对外提供。frps.ini 内容如下:
[common] bind_port = 7000 vhost_https_port = 443
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 plugin_header_X-From-Where = frp
分别启动 frps 和 frpc。
通过浏览器访问
https://test.yourdomain.com
。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论