Skip to content

RateLimitGuard.authenticate() authentication failure #531

Answered by ato
troloff asked this question in Q&A
Discussion options

You must be logged in to vote

As far as I understand, the error means that "something" is trying to log into Heritrix with the wrong password?

It can also mean no credentials were supplied at all or the wrong authentication method was used (HTTP basic auth insted of digest auth).

Note that it's common for HTTP clients to first send a request without credentials, then wait for the 401 Unauthorized response which includes the WWW-Authenticate header listing the available authentication methods and then resend the request with a chosen authentication method. I wouldn't be at all surprised if what you're seeing is perfectly normal and just WCT negotiating the appropriate authentication method.

Is there another place ex…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ato
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #474 on September 30, 2022 00:55.