<div dir="ltr">Hi, I'm trying to use genieacs on a centos 7 server but I have some doubts on the configuration:<div>Actually all services seems to be running without errors (cwmp, nbi and fs)</div><div>My config.json is:</div><div><div>{</div><div>  "MONGODB_CONNECTION_URL" : "mongodb://<a href="http://127.0.0.1/genieacs">127.0.0.1/genieacs</a>",</div><div>  "REDIS_PORT" : "6379",</div><div>  "REDIS_HOST" : "127.0.0.1",</div><div>  "CWMP_INTERFACE" : "127.0.0.1",</div><div>  "CWMP_PORT" : 7547,</div><div>  "CWMP_SSL" : true,</div><div>  "NBI_INTERFACE" : "127.0.0.1",</div><div>  "NBI_PORT" : 7557,</div><div>  "FS_INTERFACE" : "127.0.0.1",</div><div>  "FS_PORT" : 7567,</div><div>  "FS_IP" : "<a href="http://tr069.mydomain.com">tr069.mydomain.com</a>",</div><div>  "FS_SSL" : true,</div><div>  "LOG_INFORMS" : true,</div><div>  "DEBUG" : true</div><div>}</div></div><div><br></div><div>Furthermore, I configured nginx to use port 7546, 7556 and 7566 with ssl and forward request to ports 7547, 7557 and 7567 respectively.</div><div><br></div><div>The CPE does a POST request to <a href="https://tr069.mydomain.com">https://tr069.mydomain.com</a> on the port 7546. Is this url correct? Actually I see an error in the nginx logs:<br></div><div><br></div><div>32222#0: *189 upstream prematurely closed connection while reading response header from upstream, client: 89.21.200.19, server: <a href="http://tr069.mydomain.com">tr069.mydomain.com</a>, request: "POST / HTTP/1.1", upstream: "<a href="http://127.0.0.1:7547/">http://127.0.0.1:7547/</a>", host: "<a href="http://tr069.mydomain.com:7546">tr069.mydomain.com:7546</a>"<br></div><div><br></div><div><br></div><div>If I try to open the url from the browser (so with a GET request and insert user and password) the page goes in timeout.</div><div>I configured the gui that works, but menus "Faults", "Provisions" and "Virtual Parameters" give me an error: "unexpected token at 'Not found'"</div><div><br></div><div>Please, someone can help me</div><div><br></div><div>Thank you</div><div>Marco</div><div><br></div></div>