windows 11 certificate signature failure

Aditya Shrivastav 20 Reputation points
2023-07-26T10:28:04.6666667+00:00

The problem started when i messed up something with WSL . So many things broke due to that and one of them was this certificate signature failure . Because of that i had to reset my PC, after that all things were good, the problem that persists (even after reset) was certificate signature failure.

Due to this i cannot signin to github in my vscode and also getting error messages with my JSON objects.

I am a computer science student and i don't work in any team. This problem occured in my personal pc because of my own mistake.

I am getting these kinds of errors:Screenshot 2023-07-26 131825

Screenshot 2023-07-26 115906

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,989 questions
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 44,121 Reputation points
    2023-07-26T15:24:10.8633333+00:00

    Hello,

    Based on the screenshots you provided, it looks like the issue is related to certificate validation failures in your Windows environment. This could be due to incorrect or missing certificates, which can cause various problems with applications, including signing in to services like GitHub and handling secure connections.

    To troubleshoot and resolve this issue, here are some steps you can try:

    Update Windows: Make sure your Windows operating system is up to date with the latest updates and patches. Sometimes, certificate-related issues are addressed in system updates.

    Reset Internet Options: Resetting the Internet Options in the Control Panel can sometimes resolve certificate issues. Here's how to do it:

    Open the Control Panel.

    Go to "Network and Internet" > "Internet Options."

    Click on the "Advanced" tab.

    Click the "Reset" button and follow the prompts to reset the Internet Options.

    Check Date and Time Settings: Incorrect date and time settings can cause certificate validation failures. Ensure that your computer's date and time are accurate and set to the correct time zone.

    Check Certificate Stores: Verify that the necessary certificates are present in the appropriate certificate stores. For user-specific issues, check the "Current User" certificate store. You can use the "certmgr.msc" (Certificate Manager) tool to manage certificates on your system.

    Check Trusted Root Certificate Authorities: Ensure that the trusted root certificate authorities are correctly configured. You can check this by running "certmgr.msc" and navigating to "Trusted Root Certification Authorities."

    Clear SSL State: Clearing the SSL state can resolve certain SSL/TLS-related issues. To do this:

    Press Windows + R to open the Run dialog.

    Type "inetcpl.cpl" and press Enter.

    In the Internet Properties window, go to the "Content" tab.

    Click the "Clear SSL state" button.

    Reset Visual Studio Code Settings: If the issue persists in Visual Studio Code, you can try resetting the settings:

    Open Visual Studio Code.

    Press Ctrl + Shift + P to open the command palette.

    Type "Preferences: Reset Settings" and select the option to reset settings to their default values.

    Reinstall GitHub Extension: If the GitHub extension in Visual Studio Code is causing the issue, consider reinstalling it. Remove the extension, restart Visual Studio Code, and then reinstall the GitHub extension from the Visual Studio Code Marketplace.

    If the problem persists even after trying these steps, there may be more complex issues with your Windows environment or certificates. In such cases, it's recommended to seek assistance from your university's IT support or a knowledgeable computer professional who can help diagnose and resolve the specific issues on your personal PC.

    I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful