linkedin / linkedin/Burrow

HTTPS protocol is not working after loading certs for httpserver to make burrow endpoints to use https

Open
#442 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
4k
Forks
818
Avg merge
1h 14m
Merged PRs (30d)
1

Description

Below are my burrow.toml configs for httpserver
[httpserver.local]
address=":8080"
tls="localtls"

[tls.localtls]
certfile="/server.crt"
keyfile="/server.key"

Contributor guide

No contributing guide indexed for this repository

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 issue with the provided burrow.toml httpserver and TLS configuration, then inspect the HTTP server's certificate-loading and HTTPS startup path. Confirm that the configured Burrow endpoints accept HTTPS using server.crt and server.key, and record any startup or request errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend, security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.