-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Hi, I have issues using IPv6 authentication. It works in IPv4.
It initially crashed the workers, seen no similar issues opened or closed but then I realized it's in the ongoing pending 2019 PR #34. I then tried the patch compiling from the Debian 11 Nginx 1.18.0-6.1+deb11u3
source. Saw the warnings but it didn't error out as mentioned in the PR, so I proceed using it.
However after a few refresh, albeit successful authentication, it will eventually end up with a error 401. It's also being logged with 'ignoring authentication request - in evasion period' which I guess it never clears the auth_digest_maxtries
counters despite successful authentication due to the warnings during the build.
I'm not very familiar with coding hoping this can be fixed soon, Thank you.