Config option to disable ssl verification for methods/reloaders
- Dominant language
- Go
- Stars
- 12
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
```
time="2018-09-07T19:58:50Z" level=error msg="ButlerConfig::Handler()[count=5]: Cannot retrieve butler configuration. err=Get https://foo.owns.com/butler/butler.toml: x509: certificate is valid for bar.owns.com, not foo.owns.com"
time="2018-09-07T19:58:50Z" level=error msg="ButlerConfig::Handler()[count=5]: done."
time="2018-09-07T19:58:50Z" level=warning msg="main(): Sleeping 5 seconds."
```
Contributor guide
Research direction
Start by tracing the ButlerConfig handler and the methods/reloaders involved in retrieving the butler.toml URL; the issue names no files or tests. Determine where SSL verification is configured and how a new option should apply, then verify that disabling it allows the reported certificate mismatch case without changing the default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100