-
Notifications
You must be signed in to change notification settings - Fork 59
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
IPv6 Crash #38
Comments
I somewhat got it working with IPv6. Instead of using Tested with both IPv4 and IPv6 in evasive mode and it works as expected. However honestly I'm not sure of the implications by using a smaller size for the IPv6 evasive mode or this is even the correct approach solving this issue as I'm not well versed in C. Anyone can advise? |
This comment was marked as duplicate.
This comment was marked as duplicate.
Created a fork master...Nazar78:nginx-http-auth-digest:master. |
I think that there are more places where addresses are used that need to be updated to fit ipv6. I'm afraid that I currently don't use this module anymore and don't have the time to look into this. |
Thank you for the reply. Just a question, do you happen to know which is the latest fork still being maintained? |
That is this one as far as I know. |
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.
The text was updated successfully, but these errors were encountered: