mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix(ext/node): use "localhost" as default tls hostname (#29231)
Fixes https://github.com/denoland/deno/issues/29229
This commit is contained in:
parent
7852806c3a
commit
b14e104306
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,6 @@ Deno.test("tls.connect makes tls connection", async () => {
|
|||
await delay(200);
|
||||
|
||||
const conn = tls.connect({
|
||||
host: "localhost",
|
||||
port,
|
||||
secureContext: {
|
||||
ca: rootCaCert,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue