Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support rejectUnauthorized as an extended RequestInit option #1749

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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