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

certificate has expired (VSCODE | CHROME | ANGULAR) #142917

Closed
UchihaYuki opened this issue Feb 12, 2022 · 5 comments
Closed

certificate has expired (VSCODE | CHROME | ANGULAR) #142917

UchihaYuki opened this issue Feb 12, 2022 · 5 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@UchihaYuki
Copy link

UchihaYuki commented Feb 12, 2022

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:

Could not read source map for https://example.com/runtime.js: Unexpected 503 response from https://example.com/runtime.js.map: certificate has expired

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.

@UchihaYuki
Copy link
Author

@UchihaYuki UchihaYuki changed the title Could not read source map for angular projects (VSCODE | CHROME | ANGULAR) certificate has expired (VSCODE | CHROME | ANGULAR) Feb 12, 2022
@UchihaYuki
Copy link
Author

Is it possible to disable tls cert verification temporarily for now?

@UchihaYuki
Copy link
Author

By deleting DST Root CA X3 from Manage user certificates on Win10 and restart my PC. It works again.

@weinand weinand removed their assignment Feb 12, 2022
@UchihaYuki
Copy link
Author

UchihaYuki commented Feb 13, 2022

It seems DST Root CA X3 is kept adding back to windows 10 certs by vscode. The problem still exists.

@deepak1556
Copy link
Contributor

/duplicate #136787

Please use the workaround mentioned in #136787 (comment)

@github-actions github-actions bot locked and limited conversation to collaborators Apr 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

6 participants
@deepak1556 @weinand @JacksonKearl @paulacamargo25 @UchihaYuki and others