Issue #16322 has been reported by Robin Bowes.

----------------------------------------
Bug #16322: PE installer doesn't set reports URL correctly - misses out port
https://projects.puppetlabs.com/issues/16322

Author: Robin Bowes
Status: Unreviewed
Priority: Normal
Assignee: 
Category: installation
Target version: 
Affected Puppet version: 2.7.12
Keywords: 
Branch: 


Installing PE 2.5.3 on a CentOS 6.3 server with apache already running.

PE is configured on port 3000 (so as not to clash with the existing apache).

But, the config in /etc/puppetlabs/puppet/puppet.conf does not set the reports 
URL correctly:

    reports = https
    reporturl = https://localhost:/reports/upload

the symtoms are:

1. no nodes in the console
2. this error in /var/log/messages on the puppetmaster:

    Report processor failed: SSL_connect returned=1 errno=0 state=SSLv2/v3 read 
server hello A: unknown protocol

I modified the config to:

    reports = https
    reporturl = https://localhost:3000/reports/upload

and all works fine.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to