Hi,
I think that has something to do with the hashing algorithm. When you create your password with "echo password | md5sum", then this hash is different to the one amule creates internally. I only recognized that when I started amuleweb without the password set in the remote.conf. I was asked to type in the password, but it was not accepted. In the log I saw, that the hashes where different, although I typed in the same password. For example:
but when I remove the password string from the remote.conf, start amuleweb and type in "test" as password, the access is denied and the logfile saysCode:echo test | md5sum
d8e8fca2dc0f896fd7cb4cb0031ba249 -
To connect amuleweb to amuled the password string only has to be the same, but to connect to the web-gui you have to setCode:EC Auth failed: (098F6BCD4621D373CADE4E832627B4F6 != D8E8FCA2DC0F896FD7CB4CB0031BA249)
in the remote.conf in order to log into the web-interface with "test". Don't ask me why, I can only say that it works here this way.Code:Password=098F6BCD4621D373CADE4E832627B4F6
Cheers Darkstar.

