Skip to content

Commit da7611b

Browse files
author
Chomp
committed
Set TLS to be 1.3 or 1.2
1 parent 0c9c6a2 commit da7611b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/src/servers/HttpServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class HttpServer {
9292
cert: credentials.cert,
9393
key: credentials.key,
9494
minVersion: "TLSv1.2",
95-
maxVersion: "TLSv1.2",
95+
maxVersion: "TLSv1.3",
9696
};
9797
return https.createServer(options);
9898
}

0 commit comments

Comments
 (0)