在CentOS7上使用wget装RabbitMq的时候,wget 报Unable to establish SSL connection错误

解决:wget命令添加 “–no-check-certificate” 参数,跳过验证证书
如: wget --no-check-certificate ${URL}

样例:

[root@dn3 software]# cd /opt/software/

[root@dn3 software]# wget https://github.com/streamxhub/streamx/releases/download/v1.2.2/streamx-console-service-1.2.2-release.tar.gz
--2022-05-24 12:06:03--  https://github.com/streamxhub/streamx/releases/download/v1.2.2/streamx-console-service-1.2.2-release.tar.gz
Resolving github.com (github.com)... 1.2.3.4
Connecting to github.com (github.com)|1.2.3.4|:443... connected.
Unable to establish SSL connection.


[root@dn3 software]# wget --no-check-certificate https://github.com/streamxhub/streamx/releases/download/v1.2.2/streamx-console-service-1.2.2-release.tar.gz
Logo

GitCode 天启AI是一款由 GitCode 团队打造的智能助手,基于先进的LLM(大语言模型)与多智能体 Agent 技术构建,致力于为用户提供高效、智能、多模态的创作与开发支持。它不仅支持自然语言对话,还具备处理文件、生成 PPT、撰写分析报告、开发 Web 应用等多项能力,真正做到“一句话,让 Al帮你完成复杂任务”。

更多推荐