aboutsummaryrefslogtreecommitdiff
path: root/test/js/web/fetch/fetch.tls.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11add NODE_TLS_REJECT_UNAUTHORIZED (#4829)Gravatar Ciro Spaciari 1-0/+24
2023-09-06feat(fetch) rejectUnauthorized and checkServerIdentity (#4514)Gravatar Ciro Spaciari 1-0/+151
* enable root certs on fetch * rebase * fix lookup * some fixes and improvements * fmt * more fixes * more fixes * check detached onHandshake * fix promise case * fix cert non-Native * add fetch tls tests * more one test