From 38e2dcf35a1d9b19970d1fb253f6c09b0529e083 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 5 May 2008 22:36:59 -0500 Subject: The master is now functionally serving REST and xmlrpc. ...as far as I can tell. The client, however, is broken, since it used the old http_pool/ssl_support stuff, which no longer works. I have to port puppetd over to using the new ssl stuff, then I'll at least be able to verify that the master can still speak xmlrpc. --- lib/puppet/network/http/webrick.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/network') diff --git a/lib/puppet/network/http/webrick.rb b/lib/puppet/network/http/webrick.rb index 30085ec47..3e7a28598 100644 --- a/lib/puppet/network/http/webrick.rb +++ b/lib/puppet/network/http/webrick.rb @@ -91,7 +91,7 @@ class Puppet::Network::HTTP::WEBrick host = Puppet::SSL::Host.new - host.generate unless host.key + host.generate unless host.certificate raise Puppet::Error, "Could not retrieve certificate for %s and not running on a valid certificate authority" % host.name unless host.certificate -- cgit