Lines Matching refs:https
10 const https = require('https');
43 // Checks to ensure https.createServer doesn't throw an error
66 https.createServer({ key, cert });
69 // Checks to ensure https.createServer predictably throws an error
87 https.createServer({ key, cert });
113 https.createServer({ key, cert });
123 // Checks to ensure https.createServer works with the CA parameter
134 https.createServer({ key, cert, ca });
137 // Checks to ensure https.createServer throws an error for CA assignment
148 https.createServer({ key, cert, ca });