40079A1F82130000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:ssl/record/rec

40079A1F82130000:error:0A000126:SSL routines:ssl3_read_n:unexpected eof while reading:ssl/record/recos: ubuntu22.04
ope

操作系统:ubuntu22.04

openssl s_client -showcerts -connect github.com:443 返回错误并且wgetcurl https 网站失败。

我的电脑上这个问题的解决办法:完全重新安装openssl

以下是解决的步骤:

1. 卸载 OpenSSL

首先,卸载当前安装的OpenSSL 版本。

巴什

sudo apt-get delete –purge openssl

2. 清理相关依赖和配置文件

清理未使用的依赖包和配置文件。

sudo apt-get autoremove sudo apt-get autoclean

3. 更新软件包列表

确保您的包裹清单是最新的。

巴什

sudo apt-get 更新

4. 重新安装 OpenSSL

重新安装OpenSSL。

巴什

sudo apt-get 安装openssl

5. 验证安装

验证OpenSSL 是否安装正确。

巴什

openssl 版本

6. 验证 OpenSSL 的工作状态

例如,连接到HTTPS 网站以验证OpenSSL 是否正常工作。

巴什

openssl s_client -connect github.com:443

上面关于#40079A1F82130000:error:0A000126:SSL例程:ssl3_read_n:unexpected eof while Reading:ssl/record/rec的相关内容仅供参考。相关信息请参见官方公告。

原创文章,作者:CSDN,如若转载,请注明出处:https://www.sudun.com/ask/92786.html

(0)
CSDN的头像CSDN
上一篇 2024年7月4日
下一篇 2024年7月4日

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注