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

use windows Trusted Root Certification Authorities similar to win-ca #180096

Closed
wjzhou opened this issue Apr 17, 2023 · 2 comments
Closed

use windows Trusted Root Certification Authorities similar to win-ca #180096

wjzhou opened this issue Apr 17, 2023 · 2 comments
Assignees
Labels
info-needed Issue requires more information from poster proxy Issues regarding network proxies

Comments

@wjzhou
Copy link

wjzhou commented Apr 17, 2023

Our company uses internal ca and proxy all the ssl traffic.

Currently, the CA still has problem within vscode
see copilot (https://github.com/orgs/community/discussions/8866), vscode (#177139)

In the end, the win-ca extension works for me. https://github.com/ukoloff/win-ca
The plugin is working perfectly, but it is hard to get the IT apartment to approve that plugin.

Could we add a similar function to vscode core? either of the following will work for me (and other users behind a cooperate firewall).

  1. support the system CA similar to win-ca (I think the essential part is the delayed load of the CA)
  2. give us an option to provide the root-ca file by path. (most of the company like us already has the file ready to be used for curl/node/linux)
@chrmarti
Copy link
Collaborator

We are using a modified version of win-ca (https://github.com/Microsoft/vscode-windows-ca-certs) to load the OS certificates. You have System Certificates enabled in your user settings? (It should be enabled by default.)
image

@chrmarti chrmarti added proxy Issues regarding network proxies info-needed Issue requires more information from poster labels Apr 20, 2023
@vscodenpa
Copy link

This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Apr 27, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
info-needed Issue requires more information from poster proxy Issues regarding network proxies
Projects
None yet
Development

No branches or pull requests

5 participants