puppet SSL_connect返回=1 errno=0 state=错误:证书验证失败

puppet SSL_connect返回=1 errno=0 state=错误:证书验证失败,puppet,Puppet,我的puppet代理无法连接到同一台机器上运行的服务器。我正在尝试使用puppet版本5.5.0在raspbian linux上设置puppet客户端服务器 首先,我尝试使用本指南删除并重新生成所有证书,在以几种不同的方式解释了该指南之后,我得到了相同的错误。所以我试着在不同的机器上设置客户机和服务器,但没有改变。 我尝试添加--waitforcert=60,以便客户机获得签名证书。 我尝试卸载客户端和服务器,删除与puppet相关的所有文件,然后重新安装所有内容 以下是我在运行puppet代理

我的puppet代理无法连接到同一台机器上运行的服务器。我正在尝试使用puppet版本5.5.0在raspbian linux上设置puppet客户端服务器

首先,我尝试使用本指南删除并重新生成所有证书,在以几种不同的方式解释了该指南之后,我得到了相同的错误。所以我试着在不同的机器上设置客户机和服务器,但没有改变。 我尝试添加--waitforcert=60,以便客户机获得签名证书。 我尝试卸载客户端和服务器,删除与puppet相关的所有文件,然后重新安装所有内容

以下是我在运行
puppet代理-t
时收到的错误消息:

Warning: Unable to fetch my node definition, but the agent run will continue:
Warning: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate rejected): [ok for /CN=raspberrypi]
Info: Retrieving pluginfacts
Error: /File[/var/cache/puppet/facts.d]: Failed to generate additional resources using 'eval_generate': SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate rejected): [ok for /CN=raspberrypi]
Error: /File[/var/cache/puppet/facts.d]: Could not evaluate: Could not retrieve file metadata for puppet:///pluginfacts: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate rejected): [ok for /CN=raspberrypi]
Info: Retrieving plugin
Error: /File[/var/cache/puppet/lib]: Failed to generate additional resources using 'eval_generate': SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate rejected): [ok for /CN=raspberrypi]
Error: /File[/var/cache/puppet/lib]: Could not evaluate: Could not retrieve file metadata for puppet:///plugins: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate rejected): [ok for /CN=raspberrypi]
Error: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate rejected): [ok for /CN=raspberrypi]
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
Error: Could not send report: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate rejected): [ok for /CN=raspberrypi]

我不得不多次这样做,在某些情况下,我没有正确地遵循文档是一个问题,另一方面,由于内存消耗过多,PuppetDB服务被关闭,我不得不增加内存和jRuby。有关于服务器故障和其他方面的相关答案。或者呢?我不得不多次这样做,在某些情况下是因为我没有正确地遵循文档,在其他情况下,由于内存消耗过多,PuppetDB服务被关闭,我不得不增加内存和jRuby。关于服务器故障和其他方面有相关的答案。或者呢?