O cliente e o servidor têm a mesma versão de fantoches? Isso pode ser especialmente importante para verificar se você está usando dois sistemas operacionais diferentes.
Você pode achar este link útil: link
Depois de instalar o mestre e o cliente dos fantoches, quando solicito o catálogo, recebo o seguinte erro:
[root@INFINI-ONE puppet]# puppet agent -t
warning: peer certificate won't be verified in this SSL session
info: Caching certificate for infini-one.infinicluster
err: Could not retrieve catalog from remote server: Error 400 on SERVER: No
support for http method POST
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
e mais tarde:
[root@INFINI-ONE puppet-2.7.14]# puppet agent -t
warning: peer certificate won't be verified in this SSL session
warning: peer certificate won't be verified in this SSL session
info: Caching certificate for infini-one.infinicluster
err: Could not retrieve catalog from remote server: SSL_connect returned=1
errno=0 state=SSLv3 read server certificate B: certificate verify failed. This
is often because the time is out of sync on the server or client
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run
err: Could not send report: SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed. This is often because the
time is out of sync on the server or client
O cliente e o servidor têm a mesma versão de fantoches? Isso pode ser especialmente importante para verificar se você está usando dois sistemas operacionais diferentes.
Você pode achar este link útil: link
Esse problema geralmente ocorre quando o tempo entre o puppetmaster e o cliente está fora de sincronia.
Você verificou que os tempos em ambos os servidores são os mesmos?
Se o cliente estiver atrasado quando o certificado foi gerado, o cliente verá que a data de início do certificado está no futuro e, portanto, é inválida.