我正在尝试使用 ps1 脚本自动从 https 站点每周下载文本文件。我的简单连接尝试如下所示 -
Start-BitsTransfer `
-source https://url.com/file `
-destination d:\test.txt
我收到错误“证书颁发机构无效或不正确”。有没有办法覆盖这个 CA 检查?
此 Powershell (3.0) 脚本在 Windows Server 2008R2 上运行,并且https://url.com/ SSL 证书由 Entrust CA 颁发。我尝试通过 IE8 将 Entrust 作为“受信任的根证书颁发机构”添加到“证书存储”中。没有喜悦。