Thursday, August 16, 2012

Puppet Could not retrieve catalog from remote server: Error 400 on SERVER: No support for http method POST

SkyHi @ Thursday, August 16, 2012
ERROR:
I am getting the following error while running the puppetd --test command  . [upto key signing there is no problem]

Could not retrieve catalog from remote server: Error 400 on SERVER: No support for http method POST 
err: Could not retrieve catalog; skipping run 

Please let me know if you need any more details. 


SOLUTION:



Please check if your client is running a later version of puppet than
the server. This error happened to me when my clients where upgraded to
2.7.x while the server was still running 2.6.x
Puppet clients will (most of the time) be fine while connection to a
server running a later version, but not the other way around.

REFERENCES