theboyaply

学,就硬学!

  • Home
  • Archives
  • Java
  • Maven
  • Docker
  • Kubernetes
  • JavaScript
  • ES6
  • Vue
  • 踩坑记录
  • noted

  • 搜索
element ui vue wsimport webservice npm mysql redis node nginx nfs ftp es6 开发工具 vscode 前端 javascript springboot 常见问题 tomcat oracle jenkins maven k8s Linux gitlab docker java

wget无法建立 SSL 连接

发表于 2020-03-29 | 分类于 踩坑记录 | 0 | 阅读次数 621
  • wget
    • 无法建立 SSL 连接

wget

wget命令用来从指定的URL下载文件。

无法建立 SSL 连接

这是因为 wget 在使用 HTTPS 协议时,默认会去验证网站的证书,而这个证书验证经常会失败。加上 --no-check-certificate 选项,就能排除掉这个错误。

添加 --no-check-certificate:

wget --no-check-certificate https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/static/mandatory.yaml
# Linux
k8s Service介绍
k8s Ingress介绍
  • 文章目录
  • 站点概览
theboyaply

theboyaply

好记性不如烂笔头

184 日志
13 分类
27 标签
Github E-mail
Creative Commons
0%
© 2019 — 2023 theboyaply
由 Halo 强力驱动
|
主题 - NexT.Gemini
湘ICP备19009291号

湘公网安备 43312402001034号