-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
certificate has expired (VSCODE | CHROME | ANGULAR) #142917
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
Comments
UchihaYuki
changed the title
Could not read source map for angular projects (VSCODE | CHROME | ANGULAR)
certificate has expired (VSCODE | CHROME | ANGULAR)
Feb 12, 2022
Is it possible to disable tls cert verification temporarily for now? |
By deleting DST Root CA X3 from Manage user certificates on Win10 and restart my PC. It works again. |
It seems DST Root CA X3 is kept adding back to windows 10 certs by vscode. The problem still exists. |
JacksonKearl
assigned JacksonKearl and deepak1556 and unassigned paulacamargo25 and JacksonKearl
Feb 22, 2022
/duplicate #136787 Please use the workaround mentioned in #136787 (comment) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use vscode to debug an angular project, it's served behind traefix with ssl certificate. I remote debug through chrome. And I get the following error:
But if I type
https://example.com/runtime.js.map
directly in the address bar. It will get it with no problem and the cert is not expired.The problem might be connected with my cert. It's issued by
Issuer: C = US, O = Let's Encrypt, CN = R3
. Browsers are ok with it. But postman, curl, vscode not. Any work aroud for this?Please take a look at this issue, it seems works needed to be done on vscode side, because by updating to the latest version of postman, the problem is gone.
The text was updated successfully, but these errors were encountered: