Skip to content

Commit

Permalink
Remove the ability to use an invalid cert when connecting over tls.
Browse files Browse the repository at this point in the history
  • Loading branch information
hotpocket committed Jan 17, 2025
1 parent 5ca463c commit b967775
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension/server/kernelServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ class KernelServer implements IServer {
nodeOptions: {
key: pems.privKeyPEM,
cert: pems.certPEM,
rejectUnauthorized: false,
},
}
} catch (e: any) {
Expand Down

0 comments on commit b967775

Please sign in to comment.