x509:由未知机构签署的证书 [ ngrok ]
Posted
技术标签:
【中文标题】x509:由未知机构签署的证书 [ ngrok ]【英文标题】:x509: certificate signed by unknown authority [ ngrok ] 【发布时间】:2020-05-27 22:46:06 【问题描述】:有人知道如何解决这个问题吗?
Session Status reconnecting (x509: certificate signed by unknown authority)
Version 2.3.35
Region United States (us)
Web Interface http://127.0.0.1:4040
Connections ttl opn rt1 rt5 p50 p90
0 0 0.00 0.00 0.00 0.00
ngrok location : c/ngrok.exe
operating system: windows 10 (64bit)
localhost: xampp (apache)
ngrok config: C:\Users\Anuruddha\.ngrok2\ngrok.yaml
在 ngrok.yaml 中,我也有我的身份验证密钥。
【问题讨论】:
嗨,你有没有找到解决办法?我假设您也支持公司代理? 【参考方案1】:您可以尝试以下解决方案:
-
改用2.2.8版本,可以在https://dl.equinox.io/ngrok/ngrok/stable/archive上找到。
2.3.x 及更高版本存在一些小错误。
将 root_cas:trusted 添加到您的 ngrok.yaml 文件中。
更改为其他地区。
如果您使用 ***,请停止使用 ***,先创建 ngrok 隧道,然后连接到 ***。
如果您使用的是代理服务器,请确保您的 yaml 文件中有以下设置:
http_proxy:真
inspect_db_size: 50000000
https://ngrok.com/docs#config
【讨论】:
以上是关于x509:由未知机构签署的证书 [ ngrok ]的主要内容,如果未能解决你的问题,请参考以下文章