Drop spdy module in favor of native https module
This commit is contained in:
parent
932be73b42
commit
7830bfb096
@ -57,7 +57,6 @@
|
||||
"request": "2.88.0",
|
||||
"semver": "5.5.1",
|
||||
"socket.io": "2.1.1",
|
||||
"spdy": "3.4.7",
|
||||
"thelounge-ldapjs-non-maintained-fork": "1.0.2",
|
||||
"tlds": "1.203.1",
|
||||
"ua-parser-js": "0.7.18",
|
||||
|
@ -108,7 +108,7 @@ module.exports = function() {
|
||||
process.exit();
|
||||
}
|
||||
|
||||
server = require("spdy");
|
||||
server = require("https");
|
||||
server = server.createServer({
|
||||
key: fs.readFileSync(keyPath),
|
||||
cert: fs.readFileSync(certPath),
|
||||
|
Loading…
Reference in New Issue
Block a user