We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9c6a2 commit da7611bCopy full SHA for da7611b
project/src/servers/HttpServer.ts
@@ -92,7 +92,7 @@ export class HttpServer {
92
cert: credentials.cert,
93
key: credentials.key,
94
minVersion: "TLSv1.2",
95
- maxVersion: "TLSv1.2",
+ maxVersion: "TLSv1.3",
96
};
97
return https.createServer(options);
98
}
0 commit comments