prosody
changeset 5686 06a49b23e5cd
parent 5428 4cc7df30f521
child 5843 fb6573e191cf
--- a/prosody	Thu Jun 13 17:47:45 2013 +0200
+++ b/prosody	Thu Jun 13 17:48:09 2013 +0200
@@ -264,12 +264,6 @@
 		prosody.events.fire_event("server-stopping", {reason = reason});
 		server.setquitting(true);
 	end
-
-	-- Load SSL settings from config, and create a ctx table
-	local certmanager = require "core.certmanager";
-	local global_ssl_ctx = certmanager.create_context("*", "server");
-	prosody.global_ssl_ctx = global_ssl_ctx;
-
 end
 
 function read_version()