New to Puppet and been struggling with a new installation.

Getting this on the client:

[root@some-server ssl]# puppet agent --test
Info: Creating a new SSL key for test.localdomain
Notice: Using less secure serialization of reports and query parameters for 
compatibility
Notice: with older puppet master. To remove this notice, please upgrade 
your master(s) 
Notice: to Puppet 3.3 or newer.
Notice: See http://links.puppetlabs.com/deprecate_yaml_on_network for more 
information.
Error: Could not request certificate: Could not intern from text/html: No 
format match the given format name or mime-type (text/html)
Exiting; failed to retrieve certificate and waitforcert is disabled

client-side puppet.conf:

[root@mr-test ssl]# cat /etc/puppet/puppet.conf 
[main]
        #dev
    # Where Puppet stores dynamic and growing data.
    # The default value is '/var/puppet'.
    vardir = /var/lib/puppet

    # The Puppet log directory.
    # The default value is '$vardir/log'.
    logdir = /var/log/puppet

    # Where Puppet PID files are kept.
    # The default value is '$vardir/run'.
    rundir = /var/run/puppet

    # Where SSL certificates are kept.
    # The default value is '$confdir/ssl'.
    ssldir = $vardir/ssl
    #templatedir = /apps/puppet/templates
    server= wdc1conman01
    #server= admin01
    runinterval=300
    pluginsync = false

[agent]
    # The file in which puppetd stores a list of the classes
    # associated with the retrieved configuratiion.  Can be loaded in
    # the separate ``puppet`` executable using the ``--loadclasses``
    # option.
    # The default value is '$confdir/classes.txt'.
    classfile = $vardir/classes.txt

    # Where puppetd caches the local configuration.  An
    # extension indicating the cache format is added automatically.
    # The default value is '$confdir/localconfig'.
    localconfig = $vardir/localconfig
    report=true


Server is NOT <3.3

[root@wdc1conman01 puppet]# rpm -qa | grep puppet
puppetdb-2.1.0-1.el6.noarch
puppet-3.6.2-1.el6.noarch
puppet-server-3.6.2-1.el6.noarch

Not much help on google for this error:

Error: Could not request certificate: Could not intern from text/html: No 
format match the given format name or mime-type (text/html)

This has been setup as closely as possible to the instructions on 
puppetlabs website.

Any ideas?

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/8a543396-3ea9-43b1-9cac-22493cc8c5e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to