欧美性猛交xxx嘿人猛交_又色又爽又高潮免费观看_精品国产一区二区三区久久影院_青娱乐极品视觉盛宴国产视频

技術頻道導航
HTML/CSS
.NET技術
IIS技術
PHP技術
Js/JQuery
Photoshop
Fireworks
服務器技術
操作系統
網站運營

贊助商

分類目錄

贊助商

最新文章

搜索

wget報錯原因:ERROR: cannot verify xxx's certificate...use --no-check-certificate

作者:admin    時間:2022-2-7 17:24:28    瀏覽:

 今天在一臺VPS上安裝PHP,結果執行wget命令下載PHP安裝包時提示有錯,錯誤信息如下:

ERROR: cannot verify xxx's certificate, issued by '/C-PL/0-Unizeto Technologies S.A./OU-Certun Certification Authorrity/CN-Certun Domain Validation CA SHA2':
  Unable to locally verify the issuer's authority.
To connect to xxx insecurely, use '--no-check-certificate'.

按照提示,在wget命令后加上--no-check-certificate參數:

wget --no-check-certificate https域名網址

結果命令成功執行。

--no-check-certificate 是什么意思呢,這里簡單說一說。

wget --no-check-certificate 這個參數會讓你在 wget 進行對 https 站點的請求時不再檢查證書。

如果缺少這個參數,那么命令適用于http的網站域名。

標簽: linux技術  CentOS  服務器  
x