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

Use older curl version to fix digest authentication #252

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

Ullaakut
Copy link
Owner

Goal of this PR

This PR fixes #247 (and duplicates #242 and #251)

It uses an older version of curl, since versions >7.66.0 no longer handle digest authentication properly.

This is a temporary fix until that issue is fixed in curl.

How to test it

Rebuild the docker version of cameradar, or build the binary version with an old version, and ensure digest authentication works again.

@Ullaakut Ullaakut self-assigned this Jan 17, 2020
@Ullaakut Ullaakut merged commit 04ab1cf into master Jan 17, 2020
@Ullaakut Ullaakut deleted the fix-digest-authentication branch January 17, 2020 08:18
@coveralls
Copy link

coveralls commented Jan 17, 2020

Pull Request Test Coverage Report for Build 766

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at ?%

Totals Coverage Status
Change from base Build 762: 0.0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Digest authentication no longer works
2 participants