【问题标题】:x509: certificate signed by unknown authority [ ngrok ]x509:由未知机构签署的证书 [ 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 中,我也有我的身份验证密钥。

【问题讨论】:

  • 嗨,你有没有找到解决办法?我假设您也支持公司代理?

标签: ngrok


【解决方案1】:

您可以尝试以下解决方案:

  1. 改用2.2.8版本,可以在https://dl.equinox.io/ngrok/ngrok/stable/archive上找到。 2.3.x 及更高版本存在一些小错误。
  2. root_cas:trusted 添加到您的 ngrok.yaml 文件中。
  3. 更改为其他地区。
  4. 如果您使用 VPN,请停止使用 VPN,先创建 ngrok 隧道,然后连接到 VPN。
  5. 如果您使用的是代理服务器,请确保您的 yaml 文件中有以下设置:
    • http_proxy:真
    • inspect_db_size: 50000000

https://ngrok.com/docs#config

【讨论】:

    猜你喜欢
    • 2017-12-23
    • 2019-10-29
    • 1970-01-01
    • 1970-01-01
    • 2020-07-23
    • 2019-10-02
    • 2023-01-09
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多