core/certmanager.lua

changeset 3372
395f692b3182
parent 3370
7c87af1c9a68
parent 3371
5b32e6f84392
child 3400
502a634f0578
--- a/core/certmanager.lua	Wed Jul 14 16:24:15 2010 +0100
+++ b/core/certmanager.lua	Thu Jul 15 08:27:56 2010 +0100
@@ -19,7 +19,7 @@
 module "certmanager"
 
 -- Global SSL options if not overridden per-host
-local default_ssl_config = configmanager.get("*", "core", "ssl") or {};
+local default_ssl_config = configmanager.get("*", "core", "ssl");
 local default_capath = "/etc/ssl/certs";
 
 function create_context(host, mode, config)

mercurial