
Originally Posted by
jc_pazos
Hi i've trying to use amule with my wl500w but i'm always the same problem when i run amuleweb and insert my password always said to me "unable to connect to the specified host" and i can't access with web anybody help me

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:
Code:
echo test | md5sum
d8e8fca2dc0f896fd7cb4cb0031ba249 -
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 says
Code:
EC Auth failed: (098F6BCD4621D373CADE4E832627B4F6 != 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 set
Code:
Password=098F6BCD4621D373CADE4E832627B4F6
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.
Cheers Darkstar.