發表文章

目前顯示的是 5月, 2018的文章

aborted: Could not create SSL/TLS secure channel.....

從PowerShell下載東西時,無法順利下載 錯誤訊息如下: aborted: Could not create SSL/TLS secure channel..... 以下指令有解掉此問題 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 (New-Object System.Net.WebClient).DownloadFile(" 欲下載的連結 ", " 欲存放的路徑 ")