Searched refs:httpsServer (Results 1 – 4 of 4) sorted by relevance
17 var httpsServer, httpsPort;51 httpsServer = https.createServer(options);52 httpsServer.listen(function () {53 httpsPort = httpsServer.address().port;69 httpsServer.once('close', function () { done(); });70 httpsServer.close();119 httpsServer.once('request', function (req, res) {
38 const httpsServer = https.createServer(options, function(req, res) { constant42 httpsServer.close();49 httpsServer.listen(0, function() {
22 httpsServer.close();30 const httpsServer = https.createServer({ constant
14 const httpsServer = https.createServer({ constant113 httpsServer.close();