You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cant get authentication on ACS Request to work, using easycwmp-1.4.1.
Have tested with different configuration, but only receive HTTP 401.
Have wireshark traffic and I cant see any "Authorization" header in the request to the ACS.
I am expecting a "Authorization: Digest" header...but it seem to be missing.
Hi,
I cant get authentication on ACS Request to work, using easycwmp-1.4.1.
Have tested with different configuration, but only receive HTTP 401.
Have wireshark traffic and I cant see any "Authorization" header in the request to the ACS.
I am expecting a "Authorization: Digest" header...but it seem to be missing.
Using follow config:
config acs
option periodic_enable '1'
option periodic_interval '100'
option periodic_time '0001-01-01T00:00:00Z'
option parameter_key 'Device.ManagementServer.'
option username 'acs'
option password 'password123'
option url 'http://server.domain.com:8000'
Have also tested with: digest_enable='1', without success.
Have read and follow: http://support.easycwmp.org/view.php?id=156&history=1
Looking at the code, http.c, cant see any Authorization Digest header added in http_send_message.
but I might be looking at the wrong place.
Any suggestions?
Cheers
-Anders
The text was updated successfully, but these errors were encountered: