Searched refs:SNIContexts (Results 1 – 2 of 2) sorted by relevance
41 const SNIContexts = { variable108 server.addContext('a.example.com', SNIContexts['a.example.com']);109 server.addContext('*.test.com', SNIContexts['asterisk.test.com']);110 server.addContext('chain.example.com', SNIContexts['chain.example.com']);
41 const context = SNIContexts[servername];57 const SNIContexts = { variable