Thank you for replying, Calimero.

I could sovled this issue, because you pointed out following:

> Is the time/date set correctly on the puppet client (and everywhere
> else) ?

I compared puppetd host's time/date with puppetmasterd host's one and
found that puppetd host was wrong.

[Puppetmasted host]
Sep 18 08:38:46 2009 GMT

[Puppetd host]
Jan 1 08:38:46 2002 GMT

I googled about this issue and I found a ssl certificate had a
validity period.
I checked a certificate ot my puppetd host.

$ openssl x509 -text -in /etc/puppet/ssl/ca/signed/hostname.pem
Validity
Not Before: Sep 18 08:38:46 2009 GMT
Not After  : Sep 17 08:38:46 2014 GMT
#This period is based on puppetmasterd host time/date.

Puppetd host tume/date is outside for a validity period.
This cause this issue.

After I adjust puppetd host's time/date, puppetrun work well.

Thank you for your cooperation.
Nobuchika Tanaka
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to