Hiawatha version: 7.6
Operating System: linux
Hi Hugo,
This is same issue as
http://www.hiawatha-webserver.org/forum/topic/953
I used wigwam to generate password file for test/test.
test:test:aeeebbfd75d1499d24388f5b9b10e0ef
I copied this to /home/test/webserver/authentication/.digest
My hiawatha.conf virtual host conf,
VirtualHost {
RequiredBinding = HTTP
Hostname = my_url.com
WebsiteRoot = /home/test/webserver/webroot
PasswordFile = digest:/home/test/webserver/authentication/.password
}
curl --digest -u test:test http://my_url.com/index.html
is always returning 401.
However using the wigwam generated basic password file for test:test
test:GdXkfZ9YajWwU worked like a breeze.
This is the curl logs from client for digest authentication
http://pastebin.com/xQd41tK0
I got the similar results when tried with Firefox/3.6.11 too.
Thank