mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Some fixes
This commit is contained in:
parent
6b2db6dace
commit
9914c0ccb3
5 changed files with 11 additions and 19 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue