8wDlpd.png
8wDFp9.png
8wDEOx.png
8wDMfH.png
8wDKte.png

如何让 dotnet 在 ubuntu(wsl2)中接受自签名 CA(MITMproxy)?

benwiggy 2月前

43 0

我安装了 mitmproxy 并启动了它 - 然后我将它的 CA 证书添加到 ubuntu 接受的 CA(复制到 /usr/local/share/ca-certificates/ 并添加到使用 update-ca-certificates 接受的证书).c...

我安装了 mitmproxy 并启动了它 - 然后我将它的 CA 证书添加到 ubuntu 接受的 CA(复制到 /usr/local/share/ca-certificates/ 并使用 update-ca-certificates 添加到接受中)。

curl www.google.com --proxy 127.0.0.1:8080

现在可以在没有警告的情况下运行。但是当我启动我的 dotnet 应用程序(在连接到 wsl2 的 vs code 中)并尝试访问外部 API 时,我得到了

> The SSL connection could not be established, see inner exception.
>        ---> Azure.RequestFailedException: The SSL connection could not be established, see inner exception.
>        ---> System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
>        ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid because of errors in the certificate
> chain: RevocationStatusUnknown, OfflineRevocation

(我 http://127.0.0.1:8080 http://127.0.0.1:8080

有什么想法可以确保 dotnet 接受我的 mitm 证书,以便我可以看到 mitmproxy 中的流量?

帖子版权声明 1、本帖标题:如何让 dotnet 在 ubuntu(wsl2)中接受自签名 CA(MITMproxy)?
    本站网址:http://xjnalaquan.com/
2、本网站的资源部分来源于网络,如有侵权,请联系站长进行删除处理。
3、会员发帖仅代表会员个人观点,并不代表本站赞同其观点和对其真实性负责。
4、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
5、站长邮箱:yeweds@126.com 除非注明,本帖由benwiggy在本站《ubuntu》版块原创发布, 转载请注明出处!
最新回复 (0)
  • Ubuntu 提供两种格式的受信任根 CA 列表,一种是你已修补的格式,另一种是

返回
作者最近主题: