gpt4 book ai didi

SSL CA 证书(路径?访问权限?)

转载 作者:太空宇宙 更新时间:2023-11-03 12:43:08 24 4
gpt4 key购买 nike

我使用的是CentOs 6.6 64bit,使用curl时出现问题。该服务器主要使用 apache 和 mysql 托管几个 wordpress 博客。

产生错误的最简单方法是使用以下输出以下内容的 yum 命令

yum list "ca-certi*"

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not get metalink https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=x86_64 error was
14: PYCURL ERROR 77 - "Problem with the SSL CA cert (path? access rights?)"
* base: cosmos.cites.illinois.edu
* epel: mirror.cogentco.com
* extras: mirrors.rit.edu
* updates: mirrors.rit.edu
Installed Packages
ca-certificates.noarch 2014.1.98-65.1.el6 @base

到目前为止,根据谷歌搜索,解决方案尝试过并失败了

1)我试过重启VPS,不行

2) 执行 curl http://curl.haxx.se/ca/cacert.pem -o/etc/pki/tls/certs/ca-bundle.crt 没有任何运气

3) 这个解决方案一点也不好,因为它依赖于 yum 来解决 yum 也遇到的 SSL 问题 http://syslint.com/syslint/curl-77-problem-with-the-ssl-ca-cert-path-access-rights-solved/

我可以运行这些 yum 步骤来使用 wget 安装吗?您认为这会有帮助吗?

# yum reinstall ca-certificates

# yum reinstall openssl

我认为 virtualmin 在过去 24 小时内安装了一些更新,是否有它在某处运行的更新日志?

任何人都可以帮助解决这个“SSL CA 证书问题(路径?访问权限?)”问题。

TIA

最佳答案

centos 6/7 更简单的解决方案。删除 ca 并重新安装证书。

rm -f /etc/ssl/certs/ca-bundle.crt && yum reinstall -y ca-certificates

问题是如果你只是重新安装证书。这不会取代 ca-bundle。使用 .rpmnew 名称保留它。

关于SSL CA 证书(路径?访问权限?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27987091/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com