I have installed Genieacs gui 1.2.1. Easycwmp got registered with genieacs. Digest Authentication has been enabled by using following configuration.
cwmp.connectionRequestAuth and value AUTH(“cpeuser”, “password”). And it is working fine.
Now I am working for enabling “Basic authentication”.
Can you please tell me how to enable “basic authentication”
I was struggeling with the same issue. As the matter of fact I had a lot of problems with 100k clients connected and cwmp.auth enabled on the system. It was resulting to this: Sep 24 10:28:22 gacs-sb1 genieacs-cwmp: 2020-09-24T08:28:22.827Z [ERROR] Uncaught exception; pid=2072 exceptionName="Error" exceptionMessage="Unable to parse auth header" exceptionStack="Error: Unable to parse auth header\n at /opt/genieacs/dist/bin/genieacs-cwmp:2:12279\n at me (/opt/genieacs/dist/bin/genieacs-cwmp:2:12596)\n at an (/opt/genieacs/dist/bin/genieacs-cwmp:2:91081)\n at yn (/opt/genieacs/dist/bin/genieacs-cwmp:2:105859)\n at process._tickCallback (internal/process/next_tick.js:68:7)"
So I did the following added this lines in enviroment file:
I am using easycwmp client. So for using Basic, do I need to
configure acs url as “https://acsexample.com/” in easycwmp configuration.?. In genieacs server, we need to configure “cwmp.auth” configuration also right?