Issue #22358 has been updated by Patrick Carlisle. Status changed from In Topic Branch Pending Review to Merged - Pending Release
Merged in [eb3d9fd](https://github.com/puppetlabs/puppet/commit/eb3d9fddddcc7a5df766298e98df100064b45b73) ---------------------------------------- Bug #22358: Accept processor should handle 'Accept: */*' https://projects.puppetlabs.com/issues/22358#change-97022 * Author: Matthaus Owens * Status: Merged - Pending Release * Priority: Normal * Assignee: * Category: * Target version: 3.3.0 * Affected Puppet version: development * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1863 ---------------------------------------- Puppet dashboard makes cert requests using an accept of */*, which is not accepted by a puppet master. <pre> ** cd /opt/puppet/share/puppet-dashboard; /opt/puppet/bin/bundle exec /opt/puppet/bin/rake -s -f /opt/puppet/share/puppet-dashboard/Rakefile cert:request RAILS_ENV=production rake aborted! 406 "Not Acceptable" </pre> The master log has the following entry: `Aug 30 11:35:52 localhost puppet-master[26755]: Not Acceptable: No supported formats are acceptable (Accept: */*)` -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
