core/hostmanager.lua

changeset 3571
675d65036f31
parent 3434
428f13c098d5
child 3587
d94aacb2771a
--- a/core/hostmanager.lua	Sat Nov 06 03:46:19 2010 +0500
+++ b/core/hostmanager.lua	Sat Nov 06 18:28:15 2010 +0000
@@ -6,9 +6,6 @@
 -- COPYING file in the source package for more information.
 --
 
-local ssl = ssl
-
-local certmanager = require "core.certmanager";
 local configmanager = require "core.configmanager";
 local modulemanager = require "core.modulemanager";
 local events_new = require "util.events".new;
@@ -65,9 +62,6 @@
 		end
 	end
 	
-	hosts[host].ssl_ctx = certmanager.create_context(host, "client", host_config); -- for outgoing connections
-	hosts[host].ssl_ctx_in = certmanager.create_context(host, "server", host_config); -- for incoming connections
-	
 	log((hosts_loaded_once and "info") or "debug", "Activated host: %s", host);
 	prosody_events.fire_event("host-activated", host, host_config);
 end

mercurial