-
Notifications
You must be signed in to change notification settings - Fork 14
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
invalid username or password for correct password and worker process exits on signal 6 #15
Comments
Is it possible for you to share the username and password so I can try to recreate the exact same situation? Also which browser and version of nginx are you using? |
Yes, it does not matter what password you use, you might take test and test123. |
I just compiled the module into nginx-1.14.0 for Ubuntu and everything works fine there. The nginx module system really hasn't changed so it's not an incompatibility there. I don't have access to a FreeBSD machine I'm afraid so I can't test that. Maybe it's some modification that only the BSD version has. Is there any way you could get a stacktrace or something? |
Not today, but I may look into it sometime later and yes, that stacktrace idea would be a start. |
I have the same issue on FreeBSD 13.0-RELEASE. Managed to get the following stacktrace: Reading symbols from /usr/local/sbin/nginx... |
Which version of nginx-http-auth-digest are you using? (there are no releases so which git hash?)
But it's impossible for node to be NULL at this point. So I'm wondering if you're running an older version or if something else happened.
|
I looked into the ports distinfo (which stores the filenames, checksums, etc). and I think it's hash cd86418. I'll see what happens if I use the latest available one. To be continued. |
hmm... that's basically the latest version, since there's only 1 commit newer than that which changes some documentation. The crash happened on previous versions of FreeBSD as well, so I'm not sure what's going on. Seems to be a FreeBSD only issue :( |
How are you installing nginx-http-auth-digest? I'm unfamiliar with FreeBSD so I'm curious how a module like this is installed. |
invalid username or password for...
worker process ... exited on signal 6
happens only when I am going over auth_digest.
The text was updated successfully, but these errors were encountered: