Nginx Security Hardening and Rules

itpp2012 nginx-forum at nginx.us
Tue Oct 21 14:47:05 UTC 2014


c0nw0nk Wrote:
-------------------------------------------------------
> I hate to bring bugs into this topic but seems possible that this is
> something Windows related.
> 
> But auth_basic is not working.
[...]
> admin:Wjki8C1VIunc2
> 
> So that would be
> Username : admin
> Pass : lol123
> 
> But everylogin results in a password mismatch ?

You need htpasswd from Apache.

htpasswd.exe -nb admin lol123
Automatically using MD5 format on Windows.
admin:$apr1$Yv......$UNeVa4BMqWMQEEhasQ2Gs0

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254125,254187#msg-254187



More information about the nginx mailing list