ConnectionRequest config issue (config/auth.js)

Hi guys,

Im trying to config request connection authentication in genieacs 1.1.3 installation with the following code in ‘<genieacs_path>/config/auth.js’:

“use strict”;
function connectionRequest(deviceId, url, username, password, callback) {
return callback(“cpe_user”, “cpe_pass”);
}
exports.connectionRequest = connectionRequest;

I have already restarted services, without success.

When i try to refresh values from GUI, i get this error:

“Incorrect connection request credentials”

I was take a traffic capture with wireshark and i can see that username is sended by ACS.

I have checked also in CPE that credentials are the same.

What can be the problem?

Regards!