diff --git a/types/index.test-d.ts b/types/index.test-d.ts index 0e87337..838b346 100644 --- a/types/index.test-d.ts +++ b/types/index.test-d.ts @@ -30,7 +30,7 @@ app.register(fastifyHttpProxy, { connections: 128, pipelining: 1, keepAliveTimeout: 60 * 1000, - tls: { + connect: { rejectUnauthorized: false } },