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

[BUG] connection to internal kroki server for plantuml rendering via https does not work #1933

Open
mirweb opened this issue Feb 5, 2024 · 0 comments
Assignees
Labels

Comments

@mirweb
Copy link

mirweb commented Feb 5, 2024

Describe the bug
A clear and concise description of what the bug is.

Environment

  • OS: Windows 10
  • VSCode: 1.86.0
  • Markdown Preview Enhanced: 0.8.11

To Reproduce
Steps to reproduce the behavior:

  1. Configure markdown-preview-enhanced.plantumlServer with an internal kroki server, that is reachable over https (example "markdown-preview-enhanced.plantumlServer": "https://kroki.corp:8000/"
  2. Restart vs code
  3. Open a simple markdown file, with included plantuml render and open Prview Enhanced Preview on the side
  4. plantuml can not be rendered because of
FetchError: request to https://kroki.corp8000/ failed, reason: unable to verify the first certificate

Expected behavior
Able to render the plantuml. Or to know, where to configure the additonal certificate (is java used by Markdown Enhanced Preview? Which java?)

Markdown file

Kroki Integration

You can use it inline like this:

Bob -> Alice : hello
Alice -> Bob : hi
@mirweb mirweb added the bug label Feb 5, 2024
@mirweb mirweb changed the title [BUG] [BUG] connection to internal kroki server for plantuml rendering via https does not work Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants