Re: Auth_digest not working

2016-08-05 Thread Matthias Fechner
Am 03.08.2016 um 14:31 schrieb Maxim Dounin: > To protect passwords in transit consider using SSL/TLS instead. hehe, thanks I expected that answer and I'm using it already. But auth_basic is transferring password which is not nice, no matter if the line is encrypted or not. It would be nice if ngi

Re: Auth_digest not working

2016-08-03 Thread Maxim Dounin
Hello! On Tue, Aug 02, 2016 at 05:55:13PM +0200, Matthias Fechner wrote: > Am 01.08.2016 um 00:53 schrieb Maxim Dounin: > > The auth_digest module is a 3rd party one. And the message > > suggests there is a bug in it, or it's not compatible with the > > current version of nginx. > > > > You ma

Re: Auth_digest not working

2016-08-02 Thread Matthias Fechner
Am 01.08.2016 um 00:53 schrieb Maxim Dounin: > The auth_digest module is a 3rd party one. And the message > suggests there is a bug in it, or it's not compatible with the > current version of nginx. > > You may consider using an official module instead, auth_basic. > See here for details: tha

Re: Auth_digest not working

2016-07-31 Thread Maxim Dounin
Hello! On Sat, Jul 30, 2016 at 06:03:47PM +0200, Matthias Fechner wrote: > I have a very simple webserver running with php-fpm connected (to handle > php scripts). > It is running perfectly fine without authentication (on a FreeBSD > installation). > > If I enable auth_digest (which is enabled i

Auth_digest not working

2016-07-30 Thread Matthias Fechner
Dear all, I have a very simple webserver running with php-fpm connected (to handle php scripts). It is running perfectly fine without authentication (on a FreeBSD installation). If I enable auth_digest (which is enabled in the FreeBSD port I compiled), I see only in the main error log the line: 2