Displaying 1 result from an estimated 1 matches for "precise32".
Did you mean:
  precise2
  
2012 Jul 02
2
Trouble using the dns_alt_names config option
...puppet.example.com).
My /etc/puppet/puppet.conf looks like:
[master]
certname=ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com
dns_alt_names=ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com,puppet.example.com,puppet
When I try to connect to puppet.example.com, I get the following error:
Jun 29 20:57:58 precise32 puppet-agent[1178]: Could not send report: Server 
hostname ''puppet.example.com'' did not match server certificate; expected 
one of ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com, 
DNS:ec2-xxx-xxx-xxx-xxx.compute-1.amazonaws.com, DNS:puppet, 
DNS:puppet.example.com
What are the poss...