On Sat, May 13, 2017 at 9:56 AM, Linux Info <[email protected]> wrote:
> Hello, > > I am trying to connect puppet master node(Centos-7) from fresh puppet > agent node (Centos-7), but getting below errors while executing "puppet > agent -t". > > [root@puppet_client_1 ~]# puppet agent -t > Info: Creating a new SSL key for puppet_client_1 > Error: Could not request certificate: execution expired > Exiting; failed to retrieve certificate and waitforcert is disabled > > Requesting to go through with attached logs to resolve this issue. > > Please let me know if you need any info for the same. > > Best Regards, > Deepankar A > > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/puppet-users/CAD33ukGmU_NKBgRcEMGGDQ_LHziHOsUd54yxmJx_ > 4HFF4EEpJw%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet-users/CAD33ukGmU_NKBgRcEMGGDQ_LHziHOsUd54yxmJx_4HFF4EEpJw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > By default puppet agents will try to connect to "puppet". You likely need to specify the server to connect to (either on the command line or puppet.conf), e.g. puppet agent -t --server <fqdn>. Josh -- Josh Cooper | Software Engineer [email protected] | @coopjn -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CA%2Bu97ukwHLYupbs%3DEnskrwE5AVHmrT%3Dd7a8oecXDP152zT9oyA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
