Issue #7060 has been updated by Nick Lewis. Status changed from Unreviewed to Available In Testing Branch
Merged to next in commit:7dae8f4eae3d76600adab0d4d8516028f97f411f. This was using relative paths for the certificate and private_key files, so it couldn't find them if the server was started anywhere other than the application root directory. Now it joins them with Rails.root to use absolute paths. ---------------------------------------- Bug #7060: Can't authenticate to puppet master if webrick server was started in the wrong cwd https://projects.puppetlabs.com/issues/7060 Author: Nick Fagerlund Status: Available In Testing Branch Priority: Normal Assignee: Category: Target version: Keywords: Branch: Affected URL: Affected Dashboard version: This doesn't apply to running under passenger. When running under webrick, it's impossible to make an SSL-authenticated connection to the master (to get inventory facts, e.g.) unless you start the scripts/server script from Dashboard's root directory. root@redmaster:/usr/local/src/puppet-dashboard# script/server -e production # (inventory will work) ^C root@redmaster:~# /usr/local/src/puppet-dashboard/script/server -e production # (inventory will not work) -- 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.
