question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add option `githubPullRequests.strictSSL=False`

See original GitHub issue

Hello,

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:closed
  • Created 2 years ago
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
chrmarticommented, Aug 25, 2021

"http.proxyStrictSSL" is only supported by a few extensions. I think turning off certificate verification is not a good idea.

0reactions
alexr00commented, Dec 12, 2022

GitHub Enterprise support in this extension has changed significantly since August. Will re-open if there are more reports!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found