Some fixes

This commit is contained in:
Reinier Criel 2025-10-24 13:47:22 -07:00
parent 6b2db6dace
commit 9914c0ccb3
5 changed files with 11 additions and 19 deletions

View file

@ -147,6 +147,9 @@ function sendHttpsRequestThroughTunnel(socket, verb, url) {
{
socket: socket,
servername: url.hostname,
// Tests should focus on tunnel behavior, not system CA state;
// disable CA verification to avoid flakiness on machines without full roots.
rejectUnauthorized: false,
},
() => {
tlsSocket.write(