Greetings,
I'm running puppet 5.5.6 (Debian testing).
I'm having issues getting the master to see the cert signing request from an agent.
The firewall isn't an issue. I see the packets hit an "allow" rule on the master, but I've also turned the firewall off.
tcpdump shows the packets reaching the server:
2018-10-31 11:03:19.705234 IP6 2607::2a.46390 > 2607::20.8140: tcp 0
2018-10-31 11:03:35.833194 IP6 2607::2a.46390 > 2607::20.8140: tcp 0
2018-10-31 11:04:08.345204 IP6 2607::2a.46390 > 2607::20.8140: tcp 0
2607::2a = agent
2607::20 = master
I'm not seeing anything from the server:
# puppet master --no-daemonize
Warning: Accessing 'ca' as a setting is deprecated.
(location: /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1165:in `issue_deprecation_warning')
(location: /usr/lib/ruby/vendor_ruby/puppet/application/master.rb:207:in `main')
Notice: Starting Puppet master version 5.5.6
Adding --debug or --verbose didn't seem to yield any extra log messages after the "Starting Puppet master..." for when I expected a cert signing request message.
and the agent just shows an expiration:
# puppet agent -t --server puppet-5-5
Warning: Setting cadir is deprecated.
(location: /usr/lib/ruby/vendor_ruby/puppet/settings.rb:1169:in `issue_deprecation_warning')
Error: Could not request certificate: execution expired
Exiting; failed to retrieve certificate and waitforcert is disabled
Any ideas where to look next?
Thanks!
-m