erro de captura de certificado de marionete

2

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
    
por jagdish 04.06.2013 / 11:31

2 respostas

1

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

    
por 04.06.2013 / 16:47
1

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.

    
por 12.09.2013 / 08:49