Wowza Community

Your user name or password is incorrect, please try again.

Hi, my WowzaEngine and WowzaEngineManager worked correctly, but since this morning i can’t acces to WowzaEngineManager because it say “Your user name or password is incorrect, please try again.” I access to the files, “Server.xml”, “admin.password” and are correct.

That could be happening?

Thanks.

Same thing is happening here, did you fix it, Robert?

Hello,

Did you check that the [wowza-install]/conf/Server.xml has the RESTInterface set to true and AuthenticationMethod is set to digest?

<RESTInterface>
<Enable>true</Enable>
<IPAddress>*</IPAddress>
<Port>8087</Port>
<!-- none, basic, digest, remotehttp, digestfile -->
<AuthenticationMethod>digest</AuthenticationMethod>
<DiagnosticURLEnable>true</DiagnosticURLEnable>

Best regards,

Andrew