This commit is contained in:
AJ ONeal 2015-02-16 06:58:32 +00:00
parent 705671a96a
commit 7d98aa1551
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ function runServer() {
//SNICallback is passed the domain name, see NodeJS docs on TLS
SNICallback: function (domainname) {
//console.log('SNI:', domain);
return secureContexts[domainname] || secureContext.dummy;
return secureContexts[domainname] || secureContexts.dummy;
}
// fallback / default dummy certs
, key: secureContexts.dummy.certs.key