【发布时间】:2017-10-06 05:48:20
【问题描述】:
你能帮我解决这个问题吗?
我正在尝试在我的 Windows 10(办公笔记本电脑)中安装 Aerospike。我已经下载了最新的 VM Box 最新的 vagrant。 然后通过 git bash,我试图按照 aerospike windows 安装的步骤进行操作,但是,我在“vagrant up”方面失败了。结果如下:
$ vagrant up Bringing machine 'default' up with 'VirtualBox' provider...
==> default: Box 'aerospike/centos-6.5' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'aerospike/centos-6.5'
default: URL: http / aerospike/centos-6.5
==> default: Adding box 'aerospike/centos-6.5' (v3.14.1.2) for provider: virtualbox
default: Downloading: https: //vagrantcloud.com/aerospike/boxes/centos-6.5/versions/3.14.1.2/providers/virtualbox.box
default:
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
SSL证书问题:证书链中的自签名证书 更多细节在这里:https://curl.haxx.se/docs/sslcerts.html
curl 默认执行 SSL 证书验证,使用“bundle” 证书颁发机构 (CA) 公钥(CA 证书)。如果默认捆绑文件不够用,您可以使用 --cacert 选项指定备用文件。 如果此 HTTPS 服务器使用由 CA 签名的证书 捆绑包,证书验证可能由于以下原因而失败 证书有问题(它可能已过期,或者名称可能 与 URL 中的域名不匹配)。 如果您想关闭 curl 对证书的验证,请使用 -k(或 --insecure)选项。 HTTPS-proxy 有类似的选项 --proxy-cacert 和 --proxy-insecure。
注意:我能够成功加载“precise64”。
【问题讨论】:
-
你运行的是哪个版本的 virtualbox?