You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
support the system CA similar to win-ca (I think the essential part is the delayed load of the CA)
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)
The text was updated successfully, but these errors were encountered:
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.)
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).
The text was updated successfully, but these errors were encountered: