Skip to content

Commit ff7970c

Browse files
authored
fix(poh-signer-api): SSL connection to Web3Signer (#350)
1 parent 973cf99 commit ff7970c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/poh-signer-api/src/modules/signer/signer.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ export class SignerService {
176176
pfx: clientPfx,
177177
passphrase: keystorePassphrase,
178178
ca: caCertPem,
179-
rejectUnauthorized: true,
180179
requestCert: true,
181180
});
182181
}

0 commit comments

Comments
 (0)