On 14/03/11 22:14, Corey Osman wrote: > This is what I have in my auth.conf file: > > path / > auth no > allow * > > > However I still get this error > > '/' incorrect authenticated value: no <pycurl.Curl object at > 0x15e56090>
I don't think the problem is to be found on the puppet side, based on the error message. Anyway, you should of course check: * puppet logs for errors (use --debug --trace to gather more information) * your http middleware log (apache error log for instance) Those two logs will certainly give you the exact error message. You should also try to replicate with a command-line curl connecting to your master and issueing the exact same url you tried to see if that works. If you succeed, then the problem is in your python code, if it fails with the same error, then you'll make progress toward the resolution (yeah basic troubleshooting advice :)). Hope that helps, -- Brice Figureau My Blog: http://www.masterzen.fr/ -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-dev@googlegroups.com. To unsubscribe from this group, send email to puppet-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.