Issue #18797 has been updated by Dawn Foster. Status changed from Unreviewed to Closed
Closing. Wrong bug tracker. If it's still an issue, you can re-open it as a new ticket here: https://tickets.puppetlabs.com ---------------------------------------- Bug #18797: Character / regarded as invalid in certificate https://projects.puppetlabs.com/issues/18797#change-102615 * Author: Anonymous * Status: Closed * Priority: Urgent * Assignee: * Category: * Target version: * Keywords: certificate * Branch: ---------------------------------------- Package name: puppet-3.0.2-1.el6.noarch / is not accepted as a valid character in puppetmaster certificate. The fix was to modify /usr/lib/ruby/site_ruby/1.8/puppet/ssl/base.rb INCORRECT: VALID_CERTNAME = /\A[ -.0-~]+\Z/ CORRECT: VALID_CERTNAME = /\A[ -.0-~\/]+\Z/ So that / is accepted as a valid char in certificate. Error encountered: Could not request certificate: Certname [hidden] must not contain unprintable or non-ASCII characters -- 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.
