Brian Wilkins
2014-Aug-27 21:17 UTC
[Puppet Users] Report processor failed: wrong status line: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">"
I am seeing this issue every time puppet runs. I am using Puppet Dashboard.
I have reports being delivered via https and my puppetmaster runs in
Passenger. I see to have configured everything correctly and even copied
over the proper ruby scripts to their directories to get https to work. Any
ideas?
puppet.conf
---------------
[main]
# 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
# PuppetDB settings to store configurations
storeconfigs = true
storeconfigs_backend = puppetdb
pluginsync = true
[master]
certname = puppetmaster
# forward reports to puppet dashboard
reports = store, https, puppet_dashboard
reporturl = https://host/reports/upload
storeconfigs = true
storeconfigs_backend = puppetdb
[agent]
certname = puppetmaster
# 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
server = host
reports = false
--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/3db31ebf-e152-414d-8409-cb223bdcccca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.