HTTPS protocol is not working after loading certs for httpserver to make burrow endpoints to use https
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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