redhat-developer / redhat-developer/vscode-yaml

Local issuer certificate error when attempting to use kubernetes schema

Open
#382 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
829
Forks
260
Avg merge
5h 43m
Merged PRs (30d)
1

Description

hi Team,
I installed the yaml extension and also added the yaml schema as below.

{
    "git.autofetch": true,
    "git.suggestSmartCommit": false,
    "team.showWelcomeMessage": false,
    "explorer.confirmDelete": false,
    "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
    "yaml.schemas": {
        "kubernetes": "*.yaml"
    }
}

However i am not seeing the extension doing the autocomplete/suggestion. I am seeing below error though:

Unable to load schema from 'https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.17.0-standalone-strict/all.json': unable to get local issuer certificate.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the schema load from the URL in the yaml.schemas setting and inspect the reported local issuer certificate error. The issue mentions no repository file or test; done means the Kubernetes schema loads successfully and autocomplete or suggestions work.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes, vscode, yaml
Domain
developer-experience, tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.