add option `githubPullRequests.strictSSL=False`
See original GitHub issueHello,
I’m testing this extension with enterprise GHE, once I set the github PAT, the output gives the error:
[Error - 14:54:15.83] request to https://github.enterprise/api/v3/ failed, reason: unable to verify the first certificate
[Error - 14:54:15.84] Error: network error
From the chrome or IE, the site opens without any SSL warning, I didn’t ignroe any SSL warning before, becasue I’m on a fresh remastered machine.
I tried some tips found on the internet:
1/ set the env var NODE_EXTRA_CA_CERTS to the intermediate cert PEM path
2/ launch vscode with param --ignore-certificate-errors
3/ set "http.proxyStrictSSL": false
The error persists.
Could you please add the a new option for example githubPullRequests.strictSSL=False in order to just ignore the cert error?
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (5 by maintainers)
Top Results From Across the Web
GitHub pull requests Signin option not available · Issue #1480
Just added the GitHub Pull Requests and Issues, but when I go to the source control tab, there is not option to login....
Read more >GitHub Pull Requests and Issues - Visual Studio Marketplace
This extension allows you to review and manage GitHub pull requests and issues in Visual Studio Code. The support includes:.
Read more >Working with Pull Requests in Visual Studio Code and GitHub
Click Install for GitHub Pull Requests. Press Ctrl+Shift+P to open the Command Palette. Search for “sign in” and click the option to sign...
Read more >VS Code GitHub Pull Requests & Issues Extension Highlight
The GitHub Pull Requests & Issues extension makes working with pull ... Add comments, merge and review pull requests; create, assign, ...
Read more >GitHub Pull Requests | How to create, review, and approve
Git Add · Git Branch · Git Checkout · Git Cherry Pick ... You can also see that there is the option to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

"http.proxyStrictSSL"is only supported by a few extensions. I think turning off certificate verification is not a good idea.GitHub Enterprise support in this extension has changed significantly since August. Will re-open if there are more reports!