Skip to content

Support rejectUnauthorized as an extended RequestInit option#1749

Open
mullr wants to merge 3 commits intonode-fetch:mainfrom
mullr:reject-unauthorized-init-option
Open

Support rejectUnauthorized as an extended RequestInit option#1749
mullr wants to merge 3 commits intonode-fetch:mainfrom
mullr:reject-unauthorized-init-option

Conversation

@mullr
Copy link

@mullr mullr commented May 25, 2023

Purpose

Provide a way to connect to servers using self-signed certificates that works in vscode.

Changes

Added 'rejectUnauthorized' as an extended RequestInit option.

Additional information

See #1748 for context as to why this is necessary.


  • I added unit test(s)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rejectUnauthorized=false via agent no longer works in vscode

1 participant