gpt4 book ai didi

Powershell脚本下载文件,无法设置安全连接

转载 作者:行者123 更新时间:2023-12-04 07:48:09 25 4
gpt4 key购买 nike

我正在制作一个自动化脚本,以从发布最新编译代码的站点中读取列表。这就是我已经弄清楚的部分。脚本的下一部分是使用不受信任的证书从服务器中获取已编译的代码。

这就是我要抓取文件的方式:

$web = new-object System.Net.WebClient
$web.DownloadFile("https://uri/file.msi", "installer.msi")

然后我得到以下错误:

Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel."



我知道我缺少什么,但是我找不到正确的搜索方式。

最佳答案

您需要为ServicePointManager.ServerCertificateValidationCallback编写一个回调处理程序。

关于Powershell脚本下载文件,无法设置安全连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/146973/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com